gcjavi commited on
Commit
c2b663d
1 Parent(s): d92399c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,4 +6,10 @@ configs:
6
  path: "data/clean/train/train_clean.tsv"
7
  - split: test
8
  path: "data/clean/test/test_clean.tsv"
 
 
 
 
 
 
9
  ---
 
6
  path: "data/clean/train/train_clean.tsv"
7
  - split: test
8
  path: "data/clean/test/test_clean.tsv"
9
+ - config_name: other
10
+ data_files:
11
+ - split: train
12
+ path: "data/other/train/train_other.tsv"
13
+ - split: test
14
+ path: "data/other/test/test_other.tsv"
15
  ---