Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Wajdi Ghezaiel commited on
Commit
56fd65f
·
verified ·
1 Parent(s): 0be0c9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -15
README.md CHANGED
@@ -67,20 +67,49 @@ It was used for contunial pretraining of Jais LLM model in Tunisian dialect
67
  The dataset is available in Tunisian Arabic (Derja).
68
 
69
  ### Data Table
70
- | **subset** | **Lines** | **words** | **#Unique Words** |
71
  | --- | --- | --- | --- |
72
- | [Tunisian_Dialectic_English_Derja](https://huggingface.co/datasets/khaled123/Tunisian_Dialectic_English_Derja) | 1220712 | | |
73
- | [HkayetErwi](https://hikayattunisien.blogspot.com/) | 966 | 43957 | 8045 ||
74
- | [Derja_tunsi](https://www.kaggle.com/datasets/khawlajlassi/drejja-to-english?resource=download) | 13037 | 19963 | 11324 |
75
- | [T-HSAB](https://github.com/Hala-Mulki/T-HSAB-A-Tunisian-Hate-Speech-and-Abusive-Dataset) | 6024 | 70736 | 27171 |
76
- |
77
- | [TRCD](https://arxiv.org/abs/1704.00051) | 145 | 4036 | 1575 |
78
- | [TSAC](https://github.com/fbougares/TSAC) | 8479 | 69606 | 19457 |
79
- | [TuDiCOI](https://huggingface.co/datasets/arbml/TuDiCoI) | 3426 | 10570 | 1392 |
80
- | [TunBERT](https://github.com/instadeepai/tunbert) | 67219 | 579748 | 117756 |
81
- |
82
- | [TunSwitchCodeSwitching](https://zenodo.org/records/8342762) | 394163 | 4406672 | 192530 |
83
- | [TunSwitchTunisiaOnly](https://zenodo.org/records/8342762) | 380546 | 4211374 | 178108 |
84
- |
85
  | Tweet_TN | 39637 | 329479 | 37275 |
86
- |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  The dataset is available in Tunisian Arabic (Derja).
68
 
69
  ### Data Table
70
+ | **subset** | **Lines** |
71
  | --- | --- | --- | --- |
72
+ | [Tunisian_Dialectic_English_Derja](https://huggingface.co/datasets/khaled123/Tunisian_Dialectic_English_Derja) | 1220712 |
73
+ | [HkayetErwi](https://hikayattunisien.blogspot.com/) | 966 |
74
+ | [Derja_tunsi](https://www.kaggle.com/datasets/khawlajlassi/drejja-to-english?resource=download) | 13037 |
75
+ | [TunBERT](https://github.com/instadeepai/tunbert) | 67219 |
76
+ | [TunSwitchCodeSwitching](https://zenodo.org/records/8342762) | 394163 |
77
+ | [TunSwitchTunisiaOnly](https://zenodo.org/records/8342762) | 380546 |
 
 
 
 
 
 
 
78
  | Tweet_TN | 39637 | 329479 | 37275 |
79
+ | [TRCD](https://arxiv.org/abs/1704.00051) | 145 |
80
+ | [TSAC](https://github.com/fbougares/TSAC) | 8479 |
81
+ | [TuDiCOI](https://huggingface.co/datasets/arbml/TuDiCoI) | 3426 |
82
+
83
+ ## Citations
84
+ When using the **Tunisian Derja Dataset** dataset, please cite:
85
+
86
+ ```bibtex
87
+ @dataset{linagora2025LLM-tn,
88
+ author = {Wajdi Ghezaiel and Jean-Pierre Lorré},
89
+ title = {Tunisian Derja Dataset},
90
+ year = {2025},
91
+ month = {January},
92
+ url = {https://huggingface.co/datasets/Wajdi1976/tunisian_derja_dataset},
93
+ }
94
+
95
+ ```
96
+
97
+ Citations for included datasets are the following:
98
+ * Tunisian_English_dialectic_Derja
99
+ @dataset{Tunisian_English_dialectic_Derja,
100
+ author = {Khaled Bouzaiene},
101
+ title = {Tunisian-English Dialectic Derja Dataset},
102
+ year = {2024},
103
+ url = {https://huggingface.co/datasets/khaled123/Tunisian_English_dialectic_Derja}
104
+ }
105
+ * TunSwitch
106
+ ```bibtex
107
+ @misc{abdallah2023leveraging,
108
+ title={Leveraging Data Collection and Unsupervised Learning for Code-switched Tunisian Arabic Automatic Speech Recognition},
109
+ author={Ahmed Amine Ben Abdallah and Ata Kabboudi and Amir Kanoun and Salah Zaiem},
110
+ year={2023},
111
+ eprint={2309.11327},
112
+ archivePrefix={arXiv},
113
+ primaryClass={eess.AS}
114
+ }
115
+ ```