Datasets:
Fix dataset links in the README
Browse files
README.md
CHANGED
@@ -101,8 +101,8 @@ DatasetDict({
|
|
101 |
## Translation Info
|
102 |
|
103 |
1. Translated the Arabic questions/concept columns to English with [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
|
104 |
-
2. Used `en-yusufali` translations for ayas [M-AI-C/quran-en-tafssirs](https://huggingface.co/M-AI-C/quran-en-tafssirs)
|
105 |
-
3. Renamed Surahs with [kheder/quran](https://huggingface.co/kheder/quran)
|
106 |
4. Added the ayahs that helped answer the questions
|
107 |
- Split the `ayah` columns string into a list of integers
|
108 |
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column
|
|
|
101 |
## Translation Info
|
102 |
|
103 |
1. Translated the Arabic questions/concept columns to English with [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en)
|
104 |
+
2. Used `en-yusufali` translations for ayas [M-AI-C/quran-en-tafssirs](https://huggingface.co/datasets/M-AI-C/quran-en-tafssirs)
|
105 |
+
3. Renamed Surahs with [kheder/quran](https://huggingface.co/datasets/kheder/quran)
|
106 |
4. Added the ayahs that helped answer the questions
|
107 |
- Split the `ayah` columns string into a list of integers
|
108 |
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column
|