Automatic Speech Recognition
MLX
German
whisper
Eval Results
Edit model card

whisper-large-v3-turbo-german-f16

This model was converted to MLX format from primeline/whisper-large-v3-turbo-german

made with a custom script for converting safetensor whisper models.

it is in float16, works well. quantized version: 4bit, float16

Use with MLX

git clone https://github.com/ml-explore/mlx-examples.git
cd mlx-examples/whisper/
pip install -r requirements.txt
import mlx_whisper
result = mlx_whisper.transcribe("test.mp3", path_or_hf_repo="mlx-community/whisper-large-v3-turbo-german-f16")
print(result)
Downloads last month
17
Inference Examples
Inference API (serverless) does not yet support mlx models for this pipeline type.

Model tree for mlx-community/whisper-large-v3-turbo-german-f16

Finetuned
(5)
this model

Datasets used to train mlx-community/whisper-large-v3-turbo-german-f16

Evaluation results