CommonVoiceBangla / README.md
nakkhatra's picture
Update README.md
428786f
|
raw
history blame
235 Bytes
metadata
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 ')