Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': fabric
|
11 |
+
'1': foliage
|
12 |
+
'2': glass
|
13 |
+
'3': leather
|
14 |
+
'4': metal
|
15 |
+
'5': paper
|
16 |
+
'6': plastic
|
17 |
+
'7': stone
|
18 |
+
'8': water
|
19 |
+
'9': wood
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 23092396.5
|
23 |
+
num_examples: 500
|
24 |
+
- name: test
|
25 |
+
num_bytes: 25225945.5
|
26 |
+
num_examples: 500
|
27 |
+
download_size: 48318828
|
28 |
+
dataset_size: 48318342.0
|
29 |
+
---
|
30 |
+
# Dataset Card for "fmd_materials"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|