Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -22,4 +22,53 @@ configs:
|
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
+
task_categories:
|
26 |
+
- translation
|
27 |
+
language:
|
28 |
+
- wo
|
29 |
+
- fr
|
30 |
+
pretty_name: Wolof French Alxuraan
|
31 |
+
license: apache-2.0
|
32 |
---
|
33 |
+
|
34 |
+
## Dataset Description
|
35 |
+
|
36 |
+
This dataset contains translations of the Quran in two languages: Wolof and French. Each entry includes the sourate number, the verse number, and the translations in both languages.
|
37 |
+
|
38 |
+
### Translation Information
|
39 |
+
|
40 |
+
- **Wolof Translation**: The translation of the Quran in Wolof was done by Sëriñ Seexunaa Lóo Ngaabu.
|
41 |
+
- **Written By**: The text was written by Allaaji Mamadu Ngeer and Góorgi Jaw.
|
42 |
+
- **Updated By**: The translation was updated by Sëriñ Muntaqaa Mbàkke (son of Sëriñ Koso mu Seex Muhammadul Muntaqaa Mbàkke).
|
43 |
+
|
44 |
+
## Features
|
45 |
+
|
46 |
+
- `sourate`: The chapter (sourate) number of the Quran.
|
47 |
+
- `verset`: The verse number within the chapter.
|
48 |
+
- `translation`: A dictionary containing:
|
49 |
+
- `fr`: The translation of the verse in French.
|
50 |
+
- `wo`: The translation of the verse in Wolof.
|
51 |
+
|
52 |
+
## Dataset Structure
|
53 |
+
|
54 |
+
### Data Instances
|
55 |
+
|
56 |
+
An example of a data instance is:
|
57 |
+
|
58 |
+
```json
|
59 |
+
{
|
60 |
+
"sourate": 1,
|
61 |
+
"verset": 1,
|
62 |
+
"translation": {
|
63 |
+
"wo": "Ci turu Yàlla, miy Yërëmaakoon , di Jaglewaakoon , laay tàmbalee",
|
64 |
+
"fr": "Au nom d´Allah, le Tout Miséricordieux, le Très Miséricordieux."
|
65 |
+
}
|
66 |
+
}
|
67 |
+
|
68 |
+
@dataset{
|
69 |
+
wolof-french-alxuraan,
|
70 |
+
author = {Cheikh Faye},
|
71 |
+
title = {Wolof French Alxuraan},
|
72 |
+
year = {2024},
|
73 |
+
url = {https://huggingface.co/datasets/cibfaye/wolof-french-alxuraan}
|
74 |
+
}
|