Views
No views yet
.mlmodelc) conversion of ivrit-ai/whisper-large-v3 for use with whisper.cpp on Apple Silicon. The encoder runs on the Apple Neural Engine (ANE) when present, freeing Metal/CPU for the decoder.ivrit-ai-whisper-large-v3-encoder.mlmodelc.zip and the original GGML weights (.bin) from ivrit-ai/whisper-large-v3-ggml..mlmodelc directory named to match the .bin filename (replacing .bin with -encoder.mlmodelc):~/Your-Models-Dir/
├── ivrit-ai-whisper-large-v3.bin
└── ivrit-ai-whisper-large-v3-encoder.mlmodelc/ # ← extracted from this repo's zipWHISPER_USE_COREML=1, which is the default in the official xcframework) auto-detects the sibling .mlmodelc on whisper_init_from_file_with_params and routes encoder forward passes to CoreML.models/convert-h5-to-coreml.py --model-name large-v3 --encoder-only True --optimize-ane True against the ivrit-ai HuggingFace checkpoint.(1, 128, 3000) (whisper large-v3 standard).(1, 1500, 1280).ivrit-ai/whisper-large-v3 base model. The base model is itself a fine-tune of openai/whisper-large-v3 (MIT).