NB-Whisper Large Distil Turbo BETA — MLX

Note: This is the BETA distilled turbo variant. The original authors note it is a work in progress released for testing purposes. For production use, consider aalst/nb-whisper-large-mlx.

This model was converted to MLX format from NbAiLab/nb-whisper-large-distil-turbo-beta.

Refer to the original model card for detailed information about training data, performance benchmarks, and intended use.

About the Original Model

NB-Whisper Large Distil Turbo BETA is a lighter, faster version of the Norwegian ASR model developed by the National Library of Norway AI Lab (NB AI-Lab). It was distilled from NbAiLab/nb-whisper-large using a teacher-student framework, reducing parameters from 1,550M to 756M (~51% smaller) while retaining competitive transcription quality.

  • Languages: Norwegian (Bokmal)
  • Optimized for: Real-time transcription, low-latency applications, edge devices

Use with mlx-whisper

pip install mlx-whisper
import mlx_whisper

result = mlx_whisper.transcribe(
    "audio.mp3",
    path_or_hf_repo="aalst/nb-whisper-large-distil-turbo-beta-mlx",
    language="no",
)
print(result["text"])

Conversion Details

License

This model inherits the Apache 2.0 license from the original NB-Whisper model.

Citation

@misc{kummervold2024whisperingnorwegian,
    title={Whispering in Norwegian: Navigating Orthographic and Dialectic Challenges},
    author={Per Egil Kummervold and Javier de la Rosa and Freddy Wetjen and Rolv-Arild Braaten and Per Erik Solberg},
    year={2024},
    eprint={2402.01917},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}
Downloads last month
29
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for aalst/nb-whisper-large-distil-turbo-beta-mlx

Unable to build the model tree, the base model loops to the model itself. Learn more.

Datasets used to train aalst/nb-whisper-large-distil-turbo-beta-mlx

Paper for aalst/nb-whisper-large-distil-turbo-beta-mlx