Commit ·
28e9295
1
Parent(s): c815787
0.0.1
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: "./Train*.csv"
|
| 8 |
+
- split: test
|
| 9 |
+
path: "./Test*.csv"
|
| 10 |
+
- split: validation
|
| 11 |
+
path: "./Val*.csv"
|
| 12 |
---
|