Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: afl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: afl-3.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: image
|
13 |
+
dtype: image
|
14 |
+
- name: label
|
15 |
+
dtype:
|
16 |
+
class_label:
|
17 |
+
names:
|
18 |
+
'0': garnet
|
19 |
+
'1': kayanite
|
20 |
+
'2': olivine
|
21 |
+
'3': sillimanite
|
22 |
+
'4': staurolite
|
23 |
+
'5': titanite
|
24 |
+
'6': zircon
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 13556462.0
|
28 |
+
num_examples: 60
|
29 |
+
- name: test
|
30 |
+
num_bytes: 2172586.0
|
31 |
+
num_examples: 10
|
32 |
+
download_size: 7727490
|
33 |
+
dataset_size: 15729048.0
|
34 |
---
|