File size: 386 Bytes
5b8cd7a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76f1bdc
5b8cd7a
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
language:
  - ha
license: cc-by-4.0
task_categories:
  - automatic-speech-recognition
tags:
  - audio
  - speech
  - hausa
  - african-voices
pretty_name: AfricanVoices Hausa Train
size_categories:
  - 10K<n<100K
---

# AfricanVoices Hausa -- Train Split

```python
from datasets import load_dataset
ds = load_dataset("suleiman2003/afri-temp-data3", split="train")
print(ds[0])
```