prathoshap/sushrota-sanskrit-asr-data
Su-śrotā — Sanskrit ASR Dataset Curated and consented Sanskrit speech with utterance-level transcriptions, used to train the Su-śrotā Sanskrit ASR model (finetuned IndicConformer-CTC). Focused on śāstric and recitational Sanskrit (chant and prose). Author: Prof. Prathosh A P, Indian Institute of Science, Bengaluru. Audio: 16 kHz mono WAV. Transcriptions: Devanāgarī. Splits split clips hours description train 6,438 17.4 full training set (all sources… See the full description on the dataset page: https://huggingface.co/datasets/prathoshap/sushrota-sanskrit-asr-data.
Su-śrotā — Sanskrit ASR Dataset
Curated and consented Sanskrit speech with utterance-level transcriptions, used to train the **Su-śrotā Sanskrit ASR** model (finetuned IndicConformer-CTC). Focused on śāstric and recitational Sanskrit (chant and prose).
- Author: Prof. Prathosh A P, Indian Institute of Science, Bengaluru.
- Audio: 16 kHz mono WAV. Transcriptions: Devanāgarī.
Splits
Fields
Composition (train)
Data pipeline & quality
In-the-wild audio is collected with consent through the Su-śrotā / Vāgbodhinī practice tools (users read a known reference text) and automatically quality-graded at the akṣara level against that reference. Only clean-tier clips are included here. The auto-grader was audited for reliability: of the clips it quarantines as partial matches, only ~4% were later found to be model error — i.e. it correctly separates real reader deviations from mere model disagreements.
Usage
from datasets import load_dataset
ds = load_dataset("prathoshap/sushrota-sanskrit-asr-data")
print(ds["train"][0]["text"], ds["train"][0]["audio"]["sampling_rate"])Consent, provenance & license
Scholar recordings were contributed for the purpose of building this model and dataset. In-the-wild clips are included only with explicit user consent; records carry no raw IP or personal identifiers (an anonymous per-session id only, not published). Individual reciter names are not published.
Released under CC-BY-4.0. Please cite:
Prathosh A P, Su-śrotā: Scholar-grade Sanskrit ASR and metre-aware chant practice, Indian Institute of Science, Bengaluru, 2026.
