Whisper Medium Coraal Gclora | Sweet Tea Studio
Resources / Whisper Medium Coraal Gclora Whisper Medium Coraal Gclora Whisper-medium adapted to the CORAAL dataset with GC-LoRA (Gated Convolutional LoRA), from the paper "GC-LoRA: Gated Convolutional LoRA for Parameter-Efficient Acoustic Adaptation" (Interspeech 2026). Base model: openai/whisper-medium.en Method: GC-LoRA adapter on the encoder attention output projections (rank 8, kernel 31, scaling 16) CORAAL test WER: 9.9% Code:…
Verified source
Kind automatic-speech-recognition Version v7b26bbd0aa7da34ee868b184768b5e5e4f583bc5 License apache-2.0 Publisher @balaji1312 C grade Model source
Kind automatic-speech-recognition
Version v7b26bbd0aa7da34ee868b184768b5e5e4f583bc5
License apache-2.0
Source Hugging Face --- license: apache-2.0 language: en library_name: transformers pipeline_tag: automatic-speech-recognition tags: - whisper - automatic-speech-recognition - peft - lora - gc-lora - coraal --- # Whisper-medium CORAAL (GC-LoRA) Whisper-medium adapted to the **CORAAL** dataset with **GC-LoRA** (Gated Convolutional LoRA), from the paper *"GC-LoRA: Gated Convolutional LoRA for Parameter-Efficient Acoustic Adaptation"* (Interspeech 2026). - **Base model:** `openai/whisper-medium.en` - **Method:** GC-LoRA adapter on the encoder attention output projections (rank 8, kernel 31, scaling 16) - **CORAAL test WER:** **9.9%** - **Code:** https://github.com/balaji1312/gc_lora ## Usage The checkpoint bundles the frozen Whisper backbone together with the trained GC-LoRA adapter. Loading requires the custom modeling code in the [gc_lora repository](https://github.com/balaji1312/gc_lora); see `src/bin/decode_asr.py` there for loading and decoding. ## Citation ```bibtex @inproceedings{shankar2026gclora, author = {Shankar, Natarajan Balaji and Wang, Zilai and Zhang, Kaiyuan and Shi, Mohan and Alwan, Abeer}, title = {{GC-LoRA}: Gated Convolutional {LoRA} for Parameter-Efficient Acoustic Adaptation}, booktitle = {Interspeech 2026}, year = {2026}, } ```
Sources & provenance
1 active source Source evidence
3 excerpts license: apache-2.0 language: en libraryname: transformers pipelinetag: automatic-speech-recognition tags: whisper automatic-speech-recognition peft lora gc-lora coraal
Jul 11
Whisper-medium adapted to the CORAAL dataset with GC-LoRA (Gated Convolutional LoRA), from the paper "GC-LoRA: Gated Convolutional LoRA for Parameter-Efficient Acoustic Adaptation" (Interspeech 2026). Base model: openai/whisper-medium.en Method: GC-LoRA…
balaji1312/whisper-medium-coraal-gclora