Datasets:
Commit
·
a963b9f
1
Parent(s):
a84ed59
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: petal_length
|
@@ -26,12 +31,7 @@ configs:
|
|
26 |
- config_name: default
|
27 |
data_files:
|
28 |
- split: train
|
29 |
-
path: data/
|
30 |
-
license: cc0-1.0
|
31 |
-
size_categories:
|
32 |
-
- n<1K
|
33 |
-
task_categories:
|
34 |
-
- tabular-classification
|
35 |
---
|
36 |
|
37 |
# Note
|
|
|
1 |
---
|
2 |
+
license: cc0-1.0
|
3 |
+
size_categories:
|
4 |
+
- n<1K
|
5 |
+
task_categories:
|
6 |
+
- tabular-classification
|
7 |
dataset_info:
|
8 |
features:
|
9 |
- name: petal_length
|
|
|
31 |
- config_name: default
|
32 |
data_files:
|
33 |
- split: train
|
34 |
+
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
# Note
|