sdocio commited on
Commit
1eda7d5
verified
1 Parent(s): cfb4f7d

Create README.md with config section

Browse files

Add config section to change split name to "test" (instead of "train").

Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: test
4
+ data_files:
5
+ - split: test
6
+ path: "PAWS_pt.tsv"
7
+ ---