Update README.md
Browse files
README.md
CHANGED
@@ -32,10 +32,10 @@ configs:
|
|
32 |
# Arabic Tashkeel Dataset
|
33 |
This is a fairly large dataset gathered from five main sources:
|
34 |
- `shamela` **(1710.59MB - 42.10%)**:
|
35 |
-
- `
|
36 |
- `wikipedia` **(269.94MB - 6.64%)**: A collection of Wikipedia articles. Diacritics were added via [GPT-4o mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/).
|
37 |
-
- `
|
38 |
-
- `
|
39 |
- `ashaar` **(117.86MB - 2.90%)**: [APCD](https://huggingface.co/datasets/arbml/APCD), [APCDv2](https://huggingface.co/datasets/arbml/APCDv2), [Ashaar_diacritized](https://huggingface.co/datasets/arbml/Ashaar_diacritized), [Ashaar_meter](https://huggingface.co/datasets/arbml/Ashaar_meter) merged. Most rows are excluded as they do not contain enough diacritics.
|
40 |
|
41 |
To filter out samples that contain partial or no tashkeel, we only retain sentences where diacritic characters make up 70% or more of the Arabic characters:
|
|
|
32 |
# Arabic Tashkeel Dataset
|
33 |
This is a fairly large dataset gathered from five main sources:
|
34 |
- `shamela` **(1710.59MB - 42.10%)**:
|
35 |
+
- [`tashkeela`](https://huggingface.co/datasets/community-datasets/tashkeela) **(1830.36MB - 45.05%)**: The entire Tashkeela dataset, repurposed in sentences. Some rows were omitted as they contain low diacritic (tashkeel characters) rate.
|
36 |
- `wikipedia` **(269.94MB - 6.64%)**: A collection of Wikipedia articles. Diacritics were added via [GPT-4o mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/).
|
37 |
+
- [`quran-riwayat`](https://huggingface.co/datasets/Abdou/quran-riwayat) **(71.73MB - 1.77%)**: Six different riwayat of Quran.
|
38 |
+
- [`hadith`](https://huggingface.co/datasets/arbml/LK_Hadith) **(62.69MB - 1.54%)**: Leeds University and King Saud University (LK) Hadith Corpus.
|
39 |
- `ashaar` **(117.86MB - 2.90%)**: [APCD](https://huggingface.co/datasets/arbml/APCD), [APCDv2](https://huggingface.co/datasets/arbml/APCDv2), [Ashaar_diacritized](https://huggingface.co/datasets/arbml/Ashaar_diacritized), [Ashaar_meter](https://huggingface.co/datasets/arbml/Ashaar_meter) merged. Most rows are excluded as they do not contain enough diacritics.
|
40 |
|
41 |
To filter out samples that contain partial or no tashkeel, we only retain sentences where diacritic characters make up 70% or more of the Arabic characters:
|