This card only reports metadata present in the Hugging Face repository, existing card frontmatter, or public config files. Missing benchmark, dataset, or training-run details are left explicit rather than reconstructed.
This does not claim compatibility with every possible serving stack. It documents the path that has been exercised for this published checkpoint.
1import mlx_whisper
2
3result = mlx_whisper.transcribe(
4 "audio.wav",
5 path_or_hf_repo="LibraxisAI/whisper-large-v3-q4",
6)
7print(result["text"])
No public sample output is currently declared for this checkpoint.
1@misc{libraxisai-whisper-large-v3-q4,
2 title = {whisper-large-v3-q4},
3 author = {LibraxisAI},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/LibraxisAI/whisper-large-v3-q4}},
6 note = {MLX checkpoint published by LibraxisAI}
7}
𝚅𝚒𝚋𝚎𝚌𝚛𝚊𝚏𝚝𝚎𝚍. with AI Agents by VetCoders (c)2024-2026 LibraxisAI