Datasets:
File size: 3,678 Bytes
829fd30 a9dbb9c 829fd30 0be0c9f a9dbb9c 4fca9e0 a9dbb9c 4fca9e0 ad53485 c6174f1 eb74e02 a9dbb9c 829fd30 24c59d2 829fd30 0be0c9f a9dbb9c ad53485 eb74e02 829fd30 3da51bf 6722c49 3da51bf 6722c49 3da51bf 6722c49 56fd65f 3cdc916 56fd65f 6722c49 56fd65f 378865e 56fd65f 3cdc916 56fd65f 3cdc916 56fd65f | 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | ---
license: mit
dataset_info:
- config_name: Derja_tunsi
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 230560
num_examples: 13037
download_size: 137033
dataset_size: 230560
- config_name: HkayetErwi
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 383744
num_examples: 946
download_size: 146010
dataset_size: 383744
- config_name: TunBERT
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 5868844
num_examples: 67186
download_size: 3459576
dataset_size: 5868844
- config_name: TunSwitchCodeSwitching
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 42240964
num_examples: 394160
download_size: 23652042
dataset_size: 42240964
- config_name: Tunisian_Dialectic_English_Derja
features:
- name: text
dtype: string
splits:
- name: Tunisian_Dialectic_English_Derja
num_bytes: 547732666.7098647
num_examples: 1220712
download_size: 273966174
dataset_size: 547732666.7098647
configs:
- config_name: Derja_tunsi
data_files:
- split: train
path: Derja_tunsi/train-*
- config_name: HkayetErwi
data_files:
- split: train
path: HkayetErwi/train-*
- config_name: TunBERT
data_files:
- split: train
path: TunBERT/train-*
- config_name: TunSwitchCodeSwitching
data_files:
- split: train
path: TunSwitchCodeSwitching/train-*
- config_name: Tunisian_Dialectic_English_Derja
data_files:
- split: train
path: Tunisian_Dialectic_English_Derja/train-*
---
# Tunisian Derja Dataset (Tunisian Arabic)
This is a collection of Tunisian dialect textual documents for Language Modeling.
It was used for contunial pretraining of Jais LLM model in Tunisian dialect
### Languages
The dataset is available in Tunisian Arabic (Derja).
### Data Table
| **subset** | **Lines** |
| --- | --- |
| [Tunisian_Dialectic_English_Derja](https://huggingface.co/datasets/khaled123/Tunisian_Dialectic_English_Derja) | 1220712 |
| [HkayetErwi](https://hikayattunisien.blogspot.com/) | 966 |
| [Derja_tunsi](https://www.kaggle.com/datasets/khawlajlassi/drejja-to-english?resource=download) | 13037 |
| [TunBERT](https://github.com/instadeepai/tunbert) | 67219 |
| [TunSwitchCodeSwitching](https://zenodo.org/records/8342762) | 394163 |
| [TunSwitchTunisiaOnly](https://zenodo.org/records/8342762) | 380546 |
| Tweet_TN | 39637 | 329479 | 37275 |
| [TRCD](https://arxiv.org/abs/1704.00051) | 145 |
| [TSAC](https://github.com/fbougares/TSAC) | 8479 |
| [TuDiCOI](https://huggingface.co/datasets/arbml/TuDiCoI) | 3426 |
## Citations
When using the **Tunisian Derja Dataset** dataset, please cite:
```bibtex
@dataset{linagora2025LLM-tn,
author = {Wajdi Ghezaiel and Jean-Pierre Lorré},
title = {Tunisian Derja Dataset},
year = {2025},
month = {January},
url = {https://huggingface.co/datasets/Wajdi1976/tunisian_derja_dataset}
}
```
Citations for included datasets are the following:
* Tunisian_English_dialectic_Derja
```bibtex
@dataset{Tunisian_English_dialectic_Derja,
author = {Khaled Bouzaiene},
title = {Tunisian-English Dialectic Derja Dataset},
year = {2024},
url = {https://huggingface.co/datasets/khaled123/Tunisian_English_dialectic_Derja}
}
```
* TunSwitch
```bibtex
@misc{abdallah2023leveraging,
title={Leveraging Data Collection and Unsupervised Learning for Code-switched Tunisian Arabic Automatic Speech Recognition},
author={Ahmed Amine Ben Abdallah and Ata Kabboudi and Amir Kanoun and Salah Zaiem},
year={2023},
eprint={2309.11327},
archivePrefix={arXiv},
primaryClass={eess.AS}
}
``` |