Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,29 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: train
|
6 |
-
path:
|
|
|
|
|
7 |
- split: test
|
8 |
-
path:
|
|
|
|
|
9 |
---
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: idx
|
7 |
+
dtype: int64
|
8 |
+
- name: label
|
9 |
+
dtype: string
|
10 |
+
- name: month
|
11 |
+
dtype: string
|
12 |
+
- name: color
|
13 |
+
dtype: string
|
14 |
+
- name: concentration
|
15 |
+
dtype: string
|
16 |
+
- name: size
|
17 |
+
dtype: string
|
18 |
configs:
|
19 |
- config_name: default
|
20 |
data_files:
|
21 |
- split: train
|
22 |
+
path:
|
23 |
+
- "data/train/**/*.png"
|
24 |
+
- "data/train/metadata.csv"
|
25 |
- split: test
|
26 |
+
path:
|
27 |
+
- "data/test/**/*.png"
|
28 |
+
- "data/test/metadata.csv"
|
29 |
---
|