Datasets:
File size: 870 Bytes
e3dd71e b4dadf0 443b16a b4dadf0 443b16a b4dadf0 443b16a c9228b4 443b16a b4dadf0 443b16a b4dadf0 a0cb239 b4dadf0 443b16a b4dadf0 443b16a b4dadf0 443b16a b4dadf0 443b16a e3dd71e 7276bf8 443b16a 56d78f6 d33c2e1 effbb5b 5bae470 d33c2e1 9397452 d33c2e1 |
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 |
---
annotations_creators:
- no-annotation
language_creators:
- expert-generated
languages:
- ar
license:
- mit
multilinguality:
- multilingual
paperswithcode_id: null
pretty_name: QuranExe
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- text-generation
- fill-mask
- sentence-similarity
task_ids:
- language-modeling
- masked-language-modeling
---
## Dataset Description
- **Size of downloaded dataset files:** 126 MB
This dataset contains the exegeses/tafsirs (تفسير القرآن) of the holy Quran in arabic by 8 exegetes.
This is a non Official dataset. It have been scrapped from the `Quran.com Api`
This dataset contains `49888` records with `+14` Million words. `8` records per Quranic verse
Usage Example :
```python
from datasets import load_dataset
tafsirs = load_dataset("mustapha/QuranExe")
``` |