| # Odia ASR Collection | |
| Aggregated Odia audio datasets (supervised and unsupervised) for ASR research. | |
| ## Contents | |
| - **oden** — source: BBSRguy/ODEN-speech, supervised: None, audio_format: None, rows: 0, status: error, error: An error occurred while generating the dataset | |
| - **common_voice_odia** — source: mozilla-foundation/common_voice_17_0, supervised: None, audio_format: None, rows: 0, status: error, error: Dataset scripts are no longer supported, but found common_voice_17_0.py | |
| - **fleurs_odia** — source: google/fleurs, supervised: None, audio_format: None, rows: 0, status: error, error: Dataset scripts are no longer supported, but found fleurs.py | |
| - **indic_voice_odia_train** — source: Harveenchadha/indic-voice, supervised: None, audio_format: None, rows: 0, status: error, error: Dataset 'Harveenchadha/indic-voice' is a gated dataset on the Hub. Visit the dataset page at https://huggingface.co/datasets/Harveenchadha/indic-voice to ask for access. | |
| - **indic_voice_odia_valid** — source: Harveenchadha/indic-voice, supervised: None, audio_format: None, rows: 0, status: error, error: Dataset 'Harveenchadha/indic-voice' is a gated dataset on the Hub. Visit the dataset page at https://huggingface.co/datasets/Harveenchadha/indic-voice to ask for access. | |
| - **odia_english_asr** — source: Mohan-diffuser/odia-english-ASR, supervised: True, audio_format: unknown, rows: 1081, status: available | |
| - **kratos_odia** — source: Kratos-AI/odia-language-audiodataset, supervised: False, audio_format: unknown, rows: 20, status: available | |
| ## How to load | |
| ```python | |
| from datasets import load_dataset\nrepo = 'Minutor/odia_asr_collection'\nds = load_dataset(repo, name='supervised/oden', split='train') | |
| ``` |