imomayiz commited on
Commit
036f566
·
verified ·
1 Parent(s): a6bfcf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -28,3 +28,43 @@ configs:
28
  - split: test
29
  path: data/test-*
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  - split: test
29
  path: data/test-*
30
  ---
31
+
32
+ # Darija-LID
33
+
34
+ A language identification dataset for Moroccan Darija (ary) and other Arabic dialects.
35
+
36
+ ## Dataset Description
37
+
38
+ - **Task:** Language Identification (LID)
39
+ - **Language:** Arabic (Moroccan Darija and other dialects)
40
+ - **License:** MIT
41
+ - **Size:**
42
+ - Dataset: ~188,805 Moroccan Darija samples, ~77,324 other dialect samples
43
+ - Train/Test split: 80%/20%
44
+
45
+ ## Data Fields
46
+
47
+ - `text`: The input text
48
+ - `dialect`: The dialect code/name (ary for Moroccan Darija, msa for standard Arabic, etc)
49
+ - `label`: Binary classification label (ary/other)
50
+ - `source`: Source dataset identifier
51
+
52
+ ## Data Sources
53
+
54
+ The dataset is compiled from the following Hugging Face datasets:
55
+ - [atlasia/levantine_dialects](https://huggingface.co/datasets/atlasia/levantine_dialects)
56
+ - [atlasia/Moroccan-Darija-Wiki-Dataset](https://huggingface.co/datasets/atlasia/Moroccan-Darija-Wiki-Dataset)
57
+ - [atlasia/moroccan_darija_domain_classifier_dataset](https://huggingface.co/datasets/atlasia/moroccan_darija_domain_classifier_dataset)
58
+ - [PRAli22/Arabic_dialects_to_MSA](https://huggingface.co/datasets/PRAli22/Arabic_dialects_to_MSA)
59
+
60
+
61
+ ## Usage
62
+
63
+ ```python
64
+ from datasets import load_dataset
65
+
66
+ dataset = load_dataset("atlasia/Darija-LID")
67
+ ```
68
+
69
+ ## Authors
70
+ Imane Momayiz