mustapha commited on
Commit
d33c2e1
1 Parent(s): 56d78f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -26,4 +26,11 @@ task_ids:
26
 
27
  This dataset contains the exegeses/tafsirs (تفسير القرآن) of the holy Quran in arabic by 8 exegetes.
28
 
29
- This is a non Official dataset. It have been scrapped from the `Quran.com Api`
 
 
 
 
 
 
 
 
26
 
27
  This dataset contains the exegeses/tafsirs (تفسير القرآن) of the holy Quran in arabic by 8 exegetes.
28
 
29
+ This is a non Official dataset. It have been scrapped from the `Quran.com Api`
30
+
31
+ Usage Example :
32
+ ```python
33
+ from datasets import load_dataset
34
+
35
+ tafsirs = load_dataset("mustapha/raw_tafsirs")
36
+ ```