nelson2424 commited on
Commit
a113318
·
1 Parent(s): 7329a14

Update configuration for first version of the dataset

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -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
  ---