File size: 366 Bytes
48b408e
 
62d5f37
 
 
 
 
bb8fb0d
cb37877
e7554fd
 
8a7060b
 
b957ddb
 
 
c21cb20
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: cc-by-nc-4.0
task_categories:
- automatic-speech-recognition
language:
- hi
- mr
---
# ReadNet
## Dataset Description
ReadNet is an audio dataset of around 2,00,000 children's speech collected by Pratham Education Foundation
### Languages
Hindi and Marathi
```python
from datasets import load_dataset

dataset = load_dataset("PrathamOrgAI/ReadNet")
```