File size: 573 Bytes
d92399c
 
 
 
646c56e
04b497c
71e9797
 
b8e8d12
d16a74b
 
d92399c
 
c2b663d
 
 
 
bf1b3ff
 
c2b663d
 
bf1b3ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
configs:
- config_name: clean
  data_files:
  - split: train
    path: "data/clean/train/train_clean.tsv"
    #- "data/clean/train/train_clean_2.tsv"
    #- "data/clean/train/train_clean_3.tsv"
    #- "data/clean/train/train_clean_4.tsv"
  - split: dev
    path: "data/clean/dev/dev_clean.tsv"
  - split: test
    path: "data/clean/test/test_clean.tsv"
- config_name: other
  data_files:
  - split: train
    path: "data/other/train/train_other.tsv"
  - split: dev
    path: "data/other/dev/dev_other.tsv"
  - split: test
    path: "data/other/test/test_other.tsv"
---