Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- eu
|
| 5 |
+
|
| 6 |
+
tags:
|
| 7 |
+
- Variation
|
| 8 |
+
|
| 9 |
+
pretty_name: dialect_identification
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: all_dialects_together
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train
|
| 14 |
+
path:
|
| 15 |
+
- dialect_identification_train.tsv
|
| 16 |
+
- split: evaluation
|
| 17 |
+
path:
|
| 18 |
+
-dialect_identification_dev.tsv
|
| 19 |
+
- split: test
|
| 20 |
+
path:
|
| 21 |
+
- dialect_identification_test.tsv
|
| 22 |
+
|
| 23 |
+
---
|