Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,16 @@ configs:
|
|
| 20 |
path:
|
| 21 |
- dialect_identification_test.tsv
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
| 20 |
path:
|
| 21 |
- dialect_identification_test.tsv
|
| 22 |
|
| 23 |
+
- config_name: all_dialects_together_2
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path:
|
| 27 |
+
- dialect_identification_train.tsv
|
| 28 |
+
- split: evaluation
|
| 29 |
+
path:
|
| 30 |
+
- dialect_identification_dev.tsv
|
| 31 |
+
- split: test
|
| 32 |
+
path:
|
| 33 |
+
- dialect_identification_test.tsv
|
| 34 |
+
|
| 35 |
---
|