Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,4 @@ How to load the Common Voice Bangla dataset directly with the datasets library
|
|
10 |
Run
|
11 |
|
12 |
1) from datasets import load_dataset
|
13 |
-
2) dataset = load_dataset("bengaliAI/CommonVoiceBangla", "bn", delimiter='\t')
|
|
|
10 |
Run
|
11 |
|
12 |
1) from datasets import load_dataset
|
13 |
+
2) dataset = load_dataset("bengaliAI/CommonVoiceBangla", "bn", delimiter='\t ')
|