File size: 234 Bytes
f89bdd4
77161bf
f89bdd4
f1f26d2
 
 
 
 
 
 
 
 
a712b78
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: cc0-1.0
---




How to load the Common Voice Bangla dataset directly with the datasets library

Run

  1) from datasets import load_dataset
  2) dataset = load_dataset("bengaliAI/CommonVoiceBangla", "bn", delimiter='\t')