File size: 328 Bytes
d92399c c2b663d d92399c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
configs:
- config_name: clean
data_files:
- split: train
path: "data/clean/train/train_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: test
path: "data/other/test/test_other.tsv"
--- |