Link to Hugging Face paper
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2504.21635.
README.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: filename
|
|
@@ -21,13 +27,8 @@ configs:
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
-
task_categories:
|
| 25 |
-
- text-generation
|
| 26 |
-
language:
|
| 27 |
-
- ar
|
| 28 |
-
size_categories:
|
| 29 |
-
- 1M<n<10M
|
| 30 |
---
|
|
|
|
| 31 |
# 📚 Sadeed Tashkeela Arabic Diacritization Dataset
|
| 32 |
|
| 33 |
The **Sadeed** dataset is a large, high-quality Arabic diacritized corpus optimized for training and evaluating Arabic diacritization models.
|
|
@@ -109,8 +110,7 @@ If you use this dataset, please cite:
|
|
| 109 |
year={2025},
|
| 110 |
eprint={2504.21635},
|
| 111 |
archivePrefix={arXiv},
|
| 112 |
-
|
| 113 |
-
url={https://arxiv.org/abs/2504.21635},
|
| 114 |
}
|
| 115 |
```
|
| 116 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- ar
|
| 4 |
+
size_categories:
|
| 5 |
+
- 1M<n<10M
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-generation
|
| 8 |
dataset_info:
|
| 9 |
features:
|
| 10 |
- name: filename
|
|
|
|
| 27 |
path: data/train-*
|
| 28 |
- split: test
|
| 29 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
+
|
| 32 |
# 📚 Sadeed Tashkeela Arabic Diacritization Dataset
|
| 33 |
|
| 34 |
The **Sadeed** dataset is a large, high-quality Arabic diacritized corpus optimized for training and evaluating Arabic diacritization models.
|
|
|
|
| 110 |
year={2025},
|
| 111 |
eprint={2504.21635},
|
| 112 |
archivePrefix={arXiv},
|
| 113 |
+
url={https://huggingface.co/papers/2504.21635},
|
|
|
|
| 114 |
}
|
| 115 |
```
|
| 116 |
---
|