Datasets:
abdouaziiz
commited on
Commit
•
2d6ccda
1
Parent(s):
a8cd2b3
Update README.md
Browse files
README.md
CHANGED
@@ -43,14 +43,15 @@ from datasets import load_dataset
|
|
43 |
dataset = load_dataset("galsenai/waxal_dataset")
|
44 |
DatasetDict({
|
45 |
train: Dataset({
|
46 |
-
features: ['audio', 'label', 'locale_id'],
|
47 |
-
num_rows:
|
48 |
})
|
49 |
})
|
50 |
```
|
51 |
|
52 |
### Data Fields
|
53 |
|
54 |
-
- `audio`:
|
55 |
- `label`: label of the audio file
|
|
|
56 |
- `locale_id`: ID of the language
|
|
|
43 |
dataset = load_dataset("galsenai/waxal_dataset")
|
44 |
DatasetDict({
|
45 |
train: Dataset({
|
46 |
+
features: ['audio', 'label', 'translation', 'locale_id'],
|
47 |
+
num_rows: 26387
|
48 |
})
|
49 |
})
|
50 |
```
|
51 |
|
52 |
### Data Fields
|
53 |
|
54 |
+
- `audio`: Audio file in MP3 format
|
55 |
- `label`: label of the audio file
|
56 |
+
- `translation` : Translation of the keyword in french
|
57 |
- `locale_id`: ID of the language
|