Update README.md
Browse filesAdd an initial README.md
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')
|