Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': brick
|
11 |
+
'1': carpet
|
12 |
+
'2': ceramic
|
13 |
+
'3': fabric
|
14 |
+
'4': foliage
|
15 |
+
'5': food
|
16 |
+
'6': glass
|
17 |
+
'7': hair
|
18 |
+
'8': leather
|
19 |
+
'9': metal
|
20 |
+
'10': mirror
|
21 |
+
'11': other
|
22 |
+
'12': painted
|
23 |
+
'13': paper
|
24 |
+
'14': plastic
|
25 |
+
'15': polishedstone
|
26 |
+
'16': skin
|
27 |
+
'17': sky
|
28 |
+
'18': stone
|
29 |
+
'19': tile
|
30 |
+
'20': wallpaper
|
31 |
+
'21': water
|
32 |
+
'22': wood
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 2017774670.25
|
36 |
+
num_examples: 48875
|
37 |
+
- name: test
|
38 |
+
num_bytes: 240662928.0
|
39 |
+
num_examples: 5750
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 135991437.125
|
42 |
+
num_examples: 2875
|
43 |
+
download_size: 2350770974
|
44 |
+
dataset_size: 2394429035.375
|
45 |
+
---
|
46 |
+
# Dataset Card for "minc-2500_split_1"
|
47 |
+
|
48 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|