Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
File size: 1,754 Bytes
7ce41da
 
ab6c3da
 
 
 
97aca92
ab6c3da
 
 
 
 
97aca92
 
 
 
7ce41da
c19cef8
2e1290e
c19cef8
 
 
 
 
 
2e1290e
 
 
 
 
 
 
825d8db
2e1290e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b115692
2e1290e
 
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
---
license: creativeml-openrail-m
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: Label
    dtype: string
  - name: locale_id
    dtype: int64
  splits:
  - name: train
    num_bytes: 652980969.325
    num_examples: 31075
  download_size: 644890939
  dataset_size: 652980969.325
---

### Dataset Summary

Keyword spotting refers to the task of learning to detect spoken keywords. It interfaces all modern voice-based virtual assistants on the market: Amazon’s Alexa, Apple’s Siri, and the Google Home device. Contrarily to speech recognition models, keyword spotting doesn’t run on the cloud, but directly on the device. 

The motivation of this paper is to extend the Speech commands dataset (Warden 2018) with African languages. In particular, we are going to focus on 6 Senegalese languages: Wolof, Pulaar, Serer, Mandinka, Diola, Soninke. 

The choice of these languages is guided, on the one hand, by their status as languages considered to be the languages of the first generation, that is to say, the first codified languages (endowed with a writing system and considered by the state of Senegal as national languages) with decree n ° 68-871 of July 24, 1968. On the other hand, they represent the languages that are most spoken in Senegal.

### Languages
The ID of the languages are the following:
- Wolof: `7`
- Pulaar: `5`
- Serer: `6`
- Diola: `3`




## Dataset Structure

```python
from datasets import load_dataset
dataset = load_dataset("galsenai/waxal_dataset")
DatasetDict({
    train: Dataset({
        features: ['audio', 'label', 'locale_id'],
        num_rows: 24385
    })
})
```

### Data Fields

- `audio`: audio file in MP3 format
- `label`: label of the audio file
- `locale_id`: ID of the language