Update configuration for first version of the dataset
Browse files
|
@@ -1,3 +1,10 @@
|
1
|
---
|
2
|
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3
|
---
|
|
|
1
|
---
|
2
|
license: mit
|
3
|
+
configs:
|
4
|
+
- config_name: v1
|
5
|
+
data_files:
|
6
|
+
- split: train
|
7
|
+
path: "v1/train.csv"
|
8
|
+
- split: test
|
9
|
+
path: "v1/test.csv"
|
10
|
---
|