Datasets:
Salama1429
commited on
Commit
•
f52cc1f
1
Parent(s):
d9f675e
Update README.md
Browse files
README.md
CHANGED
@@ -97,6 +97,15 @@ train-eval-index:
|
|
97 |
|
98 |
This dataset is a collection of Quranic verses and their transcriptions, with diacritization, by different reciters.
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
### Supported Tasks and Leaderboards
|
101 |
|
102 |
[Needs More Information]
|
|
|
97 |
|
98 |
This dataset is a collection of Quranic verses and their transcriptions, with diacritization, by different reciters.
|
99 |
|
100 |
+
### How to download
|
101 |
+
```
|
102 |
+
!pip install -q datasets
|
103 |
+
|
104 |
+
from datasets import load_dataset
|
105 |
+
dataset =load_dataset("Salama1429/tarteel-ai-everyayah-Quran", verification_mode="no_checks")
|
106 |
+
|
107 |
+
```
|
108 |
+
|
109 |
### Supported Tasks and Leaderboards
|
110 |
|
111 |
[Needs More Information]
|