WhisperKit
Core ML
Chinese
whisper-event
Generated from Trainer
apple
apple silicon
Eval Results (legacy)
Instructions to use hyperkit/distil-whisper-small-cantonese-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use hyperkit/distil-whisper-small-cantonese-coreml with WhisperKit:
# Install CLI with Homebrew on macOS device brew install whisperkit-cli # View all available inference options whisperkit-cli transcribe --help # Download and run inference using whisper base model whisperkit-cli transcribe --audio-path /path/to/audio.mp3 # Or use your preferred model variant whisperkit-cli transcribe --model "large-v3" --model-prefix "distil" --audio-path /path/to/audio.mp3 --verbose
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 1f1071c verified
Delete .DS_Store 81bc786 verified
Update README.md 27c0751 verified
Replace with CoreML files 3ed074f
Akito commited on