Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -25,6 +25,64 @@ task_categories:
|
|
| 25 |
- image-to-image
|
| 26 |
task_ids:
|
| 27 |
- image-captioning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# Dataset Card for Old Book Illustrations
|
|
|
|
| 25 |
- image-to-image
|
| 26 |
task_ids:
|
| 27 |
- image-captioning
|
| 28 |
+
dataset_info:
|
| 29 |
+
features:
|
| 30 |
+
- name: rawscan
|
| 31 |
+
dtype: image
|
| 32 |
+
- name: 1600px
|
| 33 |
+
dtype: image
|
| 34 |
+
- name: info_url
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: info_src
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: info_alt
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: artist_name
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: artist_birth_date
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: artist_death_date
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: artist_countries
|
| 47 |
+
sequence: string
|
| 48 |
+
- name: book_title
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: book_authors
|
| 51 |
+
sequence: string
|
| 52 |
+
- name: book_publishers
|
| 53 |
+
sequence: string
|
| 54 |
+
- name: date_published
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: openlibrary-url
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: tags
|
| 59 |
+
sequence: string
|
| 60 |
+
- name: illustration_source_name
|
| 61 |
+
sequence: string
|
| 62 |
+
- name: illustration_source_url
|
| 63 |
+
sequence: string
|
| 64 |
+
- name: illustration_subject
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: illustration_format
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: engravers
|
| 69 |
+
sequence: string
|
| 70 |
+
- name: image_title
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: image_caption
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: image_description
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: rawscan_url
|
| 77 |
+
dtype: string
|
| 78 |
+
- name: 1600px_url
|
| 79 |
+
dtype: string
|
| 80 |
+
splits:
|
| 81 |
+
- name: train
|
| 82 |
+
num_bytes: 6402149401.7
|
| 83 |
+
num_examples: 4154
|
| 84 |
+
download_size: 5098832185
|
| 85 |
+
dataset_size: 6402149401.7
|
| 86 |
---
|
| 87 |
|
| 88 |
# Dataset Card for Old Book Illustrations
|