Update README.md
Browse files
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 |
---
|