Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

DictionLabs
/
whisperkit-coreml

Automatic Speech Recognition
WhisperKit
Core ML
audio
whisper
Model card Files Files and versions
xet
Community

Instructions to use DictionLabs/whisperkit-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • WhisperKit

    How to use DictionLabs/whisperkit-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
whisperkit-coreml
3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
omachala's picture
omachala
Update README: q6q8 replaces broken q4q6, add WER validation table
a7e56b4 verified 12 days ago
  • dictionlabs_whisper-large-v3-turbo-q6q8
    Publish quantized turbo (encoder 6.0-bit, decoder 8.5-bit) -- WER-validated on 30 FLEURS clips, matches fp16 baseline quality (de 3.4/en 15.5/fr 8.8/ja 2.6/ko 22.5/zh 9.0 vs fp16 2.8/15.5/7.8/2.6/18.1/9.0) 12 days ago
  • openai_whisper-base
    Upload folder using huggingface_hub 14 days ago
  • openai_whisper-large-v3-turbo
    whisperkittools- generated files: openai_whisper-large-v3-turbo 13 days ago
  • openai_whisper-small
    whisperkittools- generated files: openai_whisper-small 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    2.14 kB
    Update README: q6q8 replaces broken q4q6, add WER validation table 12 days ago