Datasets:

License:
cjh1 commited on
Commit
3ff4e9b
·
verified ·
1 Parent(s): f65c4bc

test manual configuration

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -2,4 +2,15 @@
2
  license: apache-2.0
3
  ---
4
 
5
- # My test dataset
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # My test dataset
6
+
7
+
8
+ ---
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: train
13
+ path: "data.csv"
14
+ - split: test
15
+ path: "holdout.csv"
16
+ ---