hugosousa commited on
Commit
fbad6ff
1 Parent(s): 7d518d7

Updated README.md to include config

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: cc-by-sa-3.0
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-sa-3.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: "train/"
8
+ - split: test
9
+ path: "validation.jsonl"
10
  ---