---
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"
---