metadata
license: cc0-1.0
How to load the Common Voice Bangla dataset directly with the datasets library
Run
- from datasets import load_dataset
- dataset = load_dataset("bengaliAI/CommonVoiceBangla", "bn", delimiter='\T')
license: cc0-1.0
How to load the Common Voice Bangla dataset directly with the datasets library
Run