CommonVoiceBangla / README.md
nakkhatra's picture
Update README.md
4beebac
|
raw
history blame
234 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')