Views
No views yet
| Property | Value |
|---|---|
| Base model | openai/whisper-large-v3 |
| Fine-tune | projecte-aina/whisper-large-v3-ca-3catparla |
| Language | Catalan (ca) |
| Format | MLX fp16 |
| Size | ~2.9 GB |
| Architecture | Whisper Large v3 (32 layers, 1280 state, 20 heads) |
pip install mlx-whisper1import mlx_whisper
2
3result = mlx_whisper.transcribe(
4 "audio.wav",
5 path_or_hf_repo="caballosanexx/whisper-large-v3-ca-mlx",
6 language="ca",
7 fp16=True,
8)
9print(result["text"]).mp3 .wav .m4a .ogg .flacmlx-whisper1@inproceedings{hernandez20243catparla,
2 title={3CatParla: A New Open-Source Corpus of Broadcast TV in Catalan for Automatic Speech Recognition},
3 author={Hernández Mena, Carlos Daniel and Armentano Oller, Carme and Solito, Sarah and Külebi, Baybars},
4 booktitle={Proc. IberSPEECH 2024},
5 pages={176--180},
6 year={2024}
7}