nelson2424 commited on
Commit
5639208
·
1 Parent(s): 72c65e9

Updated configuration for V1_small dataset

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