Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -107,6 +107,8 @@ DatasetDict({
|
|
107 |
- Split the `ayah` columns string into a list of integers
|
108 |
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column
|
109 |
|
|
|
|
|
110 |
## TODO
|
111 |
The `context` column has some `null` values that needs to be investigated and fixed
|
112 |
|
|
|
107 |
- Split the `ayah` columns string into a list of integers
|
108 |
- Concactenated the Surah:Ayah pairs into a sentence to the `context` column
|
109 |
|
110 |
+
Columns with the suffix `_en` contain the translations of the original columns.
|
111 |
+
|
112 |
## TODO
|
113 |
The `context` column has some `null` values that needs to be investigated and fixed
|
114 |
|