File size: 713 Bytes
41dc9b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1285ddf
41dc9b4
 
 
 
4ef0428
 
 
 
 
 
 
 
 
 
 
 
41dc9b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: cc-by-nc-4.0
language:
- eu

tags:
  - Variation

pretty_name: dialect_identification
configs:
  - config_name: all_dialects_together
    data_files:
      - split: train
        path: 
          - dialect_identification_train.tsv
      - split: evaluation
        path: 
          - dialect_identification_dev.tsv
      - split: test
        path: 
          - dialect_identification_test.tsv

  - config_name: all_dialects_together_2
    data_files:
      - split: train
        path: 
          - dialect_identification_train.tsv
      - split: evaluation
        path: 
          - dialect_identification_dev.tsv
      - split: test
        path: 
          - dialect_identification_test.tsv

---