datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
supreme-court-hearings-asr
Indian Supreme Court Hearings — ASR dataset
Sentence-level, force-aligned audio–text pairs from Indian Supreme Court hearings, prepared
for fine-tuning ASR models (e.g. Whisper). 46.9 hours across 23 hearings / 15 cases.
Load
from datasets import load_dataset
ds = load_dataset("kirandevraj/supreme-court-hearings-asr")
ds["test"][0] # {'audio': {'array', 'sampling_rate': 16000}, 'text': '...', ...}
Splits
split
clips
hours
train
24,422… See the full description on the dataset page: https://huggingface.co/datasets/kirandevraj/supreme-court-hearings-asr.supreme-court-speech
