nakkhatra commited on
Commit
f1f26d2
1 Parent(s): c4cc058

Update README.md

Browse files

Add an initial README.md

Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: cc0-1.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+
5
+
6
+
7
+
8
+ How to load the Common Voice Bangla dataset directly with the datasets library
9
+
10
+ Run
11
+
12
+ 1) from datasets import load_dataset
13
+ 2) dataset = load_dataset("bengaliAI/CommonVoiceBangla", "bn", delimiter='\t')