| --- |
| language: |
| - gl |
| license: apache-2.0 |
| base_model: openai/whisper-medium |
| tags: |
| - whisper-event |
| - generated_from_trainer |
| datasets: |
| - mozilla-foundation/common_voice_13_0 |
| metrics: |
| - wer |
| model-index: |
| - name: Whisper Medium Galician |
| results: |
| - task: |
| name: Automatic Speech Recognition |
| type: automatic-speech-recognition |
| dataset: |
| name: mozilla-foundation/common_voice_13_0 gl |
| type: mozilla-foundation/common_voice_13_0 |
| config: gl |
| split: test |
| args: gl |
| metrics: |
| - name: Wer |
| type: wer |
| value: 7.122654525386314 |
| --- |
| |
| # Whisper Medium Galician |
|
|
| ## Model summary |
|
|
| **Whisper Medium Galician** is an automatic speech recognition (ASR) model for **Galician (gl)** speech. It is fine-tuned from [openai/whisper-medium] on the **Galician portion of Mozilla Common Voice 13.0**, achieving a **Word Error Rate (WER) of 7.12%** on the Common Voice evaluation split. |
|
|
| This model provides high-accuracy transcription while remaining computationally manageable, suitable for medium-scale Galician ASR tasks. |
|
|
| --- |
|
|
| ## Model description |
|
|
| * **Architecture:** Transformer-based encoder–decoder (Whisper) |
| * **Base model:** openai/whisper-medium |
| * **Language:** Galician (gl) |
| * **Task:** Automatic Speech Recognition (ASR) |
| * **Output:** Text transcription in Galician |
| * **Decoding:** Autoregressive sequence-to-sequence decoding |
|
|
| Leveraging Whisper’s multilingual pretraining, this medium model is fine-tuned on Galician speech data to deliver highly accurate transcription for low-resource language applications. |
|
|
| --- |
|
|
| ## Intended use |
|
|
| ### Primary use cases |
|
|
| * High-accuracy transcription of Galician audio recordings |
| * Offline or batch ASR pipelines |
| * Research and development in Galician ASR |
| * Media, educational, and archival transcription tasks |
|
|
| ### Intended users |
|
|
| * Researchers working on Galician or low-resource ASR |
| * Developers building Galician speech applications |
| * Academic or institutional users |
|
|
| ### Out-of-scope use |
|
|
| * Real-time or low-latency ASR without optimization |
| * Speech translation tasks |
| * Safety-critical applications without validation |
|
|
| --- |
|
|
| ## Limitations and known issues |
|
|
| * Performance may degrade on: |
| * Noisy or low-quality recordings |
| * Conversational or spontaneous speech |
| * Accents underrepresented in Common Voice |
| * Transcription errors may still occur under challenging acoustic conditions |
| * Dataset biases from Common Voice may be reflected in outputs |
|
|
| Users are encouraged to evaluate the model on their own data before deployment. |
|
|
| --- |
|
|
| ## Training and evaluation data |
|
|
| ### Training data |
|
|
| * **Dataset:** Mozilla Common Voice 13.0 (Galician subset) |
| * **Data type:** Crowd-sourced, read speech |
| * **Preprocessing:** |
| * Audio resampled to 16 kHz |
| * Text normalized using Whisper tokenizer |
| * Filtering of invalid or problematic samples |
|
|
| ### Evaluation data |
|
|
| * **Dataset:** Mozilla Common Voice 13.0 (Galician evaluation split) |
| * **Metric:** Word Error Rate (WER) |
|
|
| --- |
|
|
| ## Evaluation results |
|
|
| | Metric | Value | |
| | ---------- | ---------- | |
| | WER (eval) | **7.12%** | |
|
|
| This reflects the expected performance of a medium Whisper model fine-tuned for Galician. |
|
|
| --- |
|
|
| ## Training procedure |
|
|
| ### Training hyperparameters |
|
|
| * Learning rate: 1e-5 |
| * Optimizer: Adam (β1=0.9, β2=0.999, ε=1e-8) |
| * LR scheduler: Linear |
| * Warmup steps: 500 |
| * Training steps: 10,000 |
| * Train batch size: 64 |
| * Evaluation batch size: 32 |
| * Seed: 42 |
|
|
| ### Training results (summary) |
|
|
| | Training Loss | Epoch | Step | Validation Loss | WER | |
| |:-------------:|:-----:|:-----:|:---------------:|:------:| |
| | 0.0124 | 4.02 | 1000 | 0.2194 | 7.5383 | |
| | 0.0027 | 9.02 | 2000 | 0.2400 | 7.3382 | |
| | 0.0019 | 14.02 | 3000 | 0.2426 | 7.4055 | |
| | 0.0011 | 19.02 | 4000 | 0.2689 | 7.3520 | |
| | 0.0014 | 24.02 | 5000 | 0.2849 | 7.5314 | |
| | 0.0004 | 29.02 | 6000 | 0.2932 | 7.2589 | |
| | 0.0001 | 34.02 | 7000 | 0.3069 | 7.1485 | |
| | 0.0001 | 39.02 | 8000 | 0.3143 | 7.1485 | |
| | 0.0001 | 44.02 | 9000 | 0.3196 | 7.1227 | |
| | 0.0001 | 49.02 | 10000 | 0.3218 | 7.1244 | |
|
|
| --- |
|
|
| ## Framework versions |
|
|
| - Transformers 4.33.0.dev0 |
| - PyTorch 2.0.1+cu117 |
| - Datasets 2.14.4 |
| - Tokenizers 0.13.3 |
|
|
| --- |
|
|
| ## How to use |
|
|
| ```python |
| from transformers import pipeline |
| |
| hf_model = "HiTZ/whisper-medium-gl" # replace with actual repo ID |
| device = 0 # set to -1 for CPU |
| |
| pipe = pipeline( |
| task="automatic-speech-recognition", |
| model=hf_model, |
| device=device |
| ) |
| |
| result = pipe("audio.wav") |
| print(result["text"]) |
| ``` |
|
|
| --- |
|
|
| ## Ethical considerations and risks |
|
|
| * This model transcribes speech and may process personal data. |
| * Users should ensure compliance with applicable data protection laws (e.g., GDPR). |
| * The model should not be used for surveillance or non-consensual audio processing. |
|
|
| --- |
|
|
| ## Citation |
|
|
| If you use this model in your research, please cite: |
|
|
| ```bibtex |
| @misc{dezuazo2025whisperlmimprovingasrmodels, |
| title={Whisper-LM: Improving ASR Models with Language Models for Low-Resource Languages}, |
| author={Xabier de Zuazo and Eva Navas and Ibon Saratxaga and Inma Hernáez Rioja}, |
| year={2025}, |
| eprint={2503.23542}, |
| archivePrefix={arXiv}, |
| primaryClass={cs.CL} |
| } |
| ``` |
|
|
| Please, check the related paper preprint in |
| [arXiv:2503.23542](https://arxiv.org/abs/2503.23542) |
| for more details. |
|
|
| --- |
|
|
| ## License |
|
|
| This model is available under the |
| [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0). |
| You are free to use, modify, and distribute this model as long as you credit |
| the original creators. |
|
|
| --- |
|
|
| ## Contact and attribution |
|
|
| * Fine-tuning and evaluation: HiTZ/Aholab - Basque Center for Language Technology |
| * Base model: OpenAI Whisper |
| * Dataset: Mozilla Common Voice |
|
|
| For questions or issues, please open an issue in the model repository. |
|
|