Commit
·
5639208
1
Parent(s):
72c65e9
Updated configuration for V1_small dataset
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
configs:
|
4 |
-
- config_name:
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path: "
|
8 |
- split: test
|
9 |
-
path: "
|
10 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
configs:
|
4 |
+
- config_name: V1_small
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: "V1_small/train.csv"
|
8 |
- split: test
|
9 |
+
path: "V1_small/test.csv"
|
10 |
---
|