Commit ·
a973ca6
1
Parent(s): 5a91df0
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
config_name: '256'
|
| 4 |
+
features:
|
| 5 |
+
- name: image
|
| 6 |
+
dtype: image
|
| 7 |
+
- name: label
|
| 8 |
+
dtype:
|
| 9 |
+
class_label:
|
| 10 |
+
names:
|
| 11 |
+
'0': Albumen photograph
|
| 12 |
+
'1': Bronze
|
| 13 |
+
'2': Ceramic
|
| 14 |
+
'3': Clay
|
| 15 |
+
'4': Engraving
|
| 16 |
+
'5': Etching
|
| 17 |
+
'6': Faience
|
| 18 |
+
'7': Glass
|
| 19 |
+
'8': Gold
|
| 20 |
+
'9': Graphite
|
| 21 |
+
'10': Hand-colored engraving
|
| 22 |
+
'11': Hand-colored etching
|
| 23 |
+
'12': Iron
|
| 24 |
+
'13': Ivory
|
| 25 |
+
'14': Limestone
|
| 26 |
+
'15': Lithograph
|
| 27 |
+
'16': Marble
|
| 28 |
+
'17': Oil on canvas
|
| 29 |
+
'18': Pen and brown ink
|
| 30 |
+
'19': Polychromed wood
|
| 31 |
+
'20': Porcelain
|
| 32 |
+
'21': Silk and metal thread
|
| 33 |
+
'22': Silver
|
| 34 |
+
'23': Steel
|
| 35 |
+
'24': Wood
|
| 36 |
+
'25': Wood engraving
|
| 37 |
+
'26': Woodblock
|
| 38 |
+
'27': Woodcut
|
| 39 |
+
'28': Woven fabric
|
| 40 |
+
- name: Museum
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: Museum-based instance ID
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: Width
|
| 45 |
+
dtype: float32
|
| 46 |
+
- name: Height
|
| 47 |
+
dtype: float32
|
| 48 |
+
- name: Product size
|
| 49 |
+
dtype: float32
|
| 50 |
+
- name: Aspect ratio
|
| 51 |
+
dtype: float32
|
| 52 |
+
splits:
|
| 53 |
+
- name: train
|
| 54 |
+
num_bytes: 441294458.5
|
| 55 |
+
num_examples: 20300
|
| 56 |
+
- name: validation
|
| 57 |
+
num_bytes: 26810584.95
|
| 58 |
+
num_examples: 1450
|
| 59 |
+
- name: test
|
| 60 |
+
num_bytes: 362018531.291
|
| 61 |
+
num_examples: 15657
|
| 62 |
+
download_size: 719959312
|
| 63 |
+
dataset_size: 830123574.7409999
|
| 64 |
+
builder_config:
|
| 65 |
+
config_name: '256'
|
| 66 |
+
data_files:
|
| 67 |
+
- split: train
|
| 68 |
+
pattern: 256/train-*
|
| 69 |
+
- split: validation
|
| 70 |
+
pattern: 256/validation-*
|
| 71 |
+
- split: test
|
| 72 |
+
pattern: 256/test-*
|
| 73 |
+
---
|
| 74 |
+
# Dataset Card for "MAMe"
|
| 75 |
+
|
| 76 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|