File size: 1,859 Bytes
5323e4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a6ebfc1
 
 
 
 
 
 
5323e4e
a6ebfc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c6d2989
7cf7588
 
c6d2989
a6ebfc1
 
 
 
 
 
 
c6d2989
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
dataset_info:
  features:
  - name: sourate
    dtype: float64
  - name: verset
    dtype: float64
  - name: translation
    struct:
    - name: fr
      dtype: string
    - name: wo
      dtype: string
  splits:
  - name: train
    num_bytes: 1843144
    num_examples: 6273
  download_size: 1049298
  dataset_size: 1843144
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- translation
language:
- wo
- fr
pretty_name: Wolof French Alxuraan
license: apache-2.0
---

## Dataset Description

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.

### Translation Information

- **Wolof Translation**: The translation of the Quran in Wolof was done by Sëriñ Seexunaa Lóo Ngaabu.
- **Written By**: The text was written by Allaaji Mamadu Ngeer and Góorgi Jaw.
- **Updated By**: The translation was updated by Sëriñ Muntaqaa Mbàkke (son of Sëriñ Koso mu Seex Muhammadul Muntaqaa Mbàkke).

## Features

- `sourate`: The chapter (sourate) number of the Quran.
- `verset`: The verse number within the chapter.
- `translation`: A dictionary containing:
  - `fr`: The translation of the verse in French.
  - `wo`: The translation of the verse in Wolof.

## Dataset Structure

### Data Instances

An example of a data instance is:

```json
{
  "sourate": 1,
  "verset": 1,
  "translation": {
    "wo": "Ci turu Yàlla, miy Yërëmaakoon , di Jaglewaakoon , laay tàmbalee",
    "fr": "Au nom d´Allah, le Tout Miséricordieux, le Très Miséricordieux."
  }
}
```
## Citation

```json
@dataset{
wolof-french-alxuraan,
  author = {Cheikh Faye},
  title = {Wolof French Alxuraan},
  year = {2024},
  url = {https://huggingface.co/datasets/cibfaye/wolof-french-alxuraan}
}
```