Datasets:
add dataset config
Browse files
README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
- tabular-classification
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: "train/*.csv"
|
| 7 |
+
- split: test
|
| 8 |
+
path: "test/*.csv"
|
| 9 |
+
sep: "|"
|
| 10 |
license: mit
|
| 11 |
task_categories:
|
| 12 |
- tabular-classification
|