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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LibraxisAI
/
whisper-small-mlx-q8

Automatic Speech Recognition
Transformers
MLX
English
multilingual
whisper
speech-to-text
quantized
q8
apple-silicon
Model card Files Files and versions
xet
Community

Instructions to use LibraxisAI/whisper-small-mlx-q8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LibraxisAI/whisper-small-mlx-q8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="LibraxisAI/whisper-small-mlx-q8")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("LibraxisAI/whisper-small-mlx-q8", dtype="auto")
  • MLX

    How to use LibraxisAI/whisper-small-mlx-q8 with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir whisper-small-mlx-q8 LibraxisAI/whisper-small-mlx-q8
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
whisper-small-mlx-q8
273 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
mszymanska's picture
mszymanska
docs: fix Limitations โ€” audio duration instead of prompt length
b6d7bfe verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.9 kB
    docs: fix Limitations โ€” audio duration instead of prompt length 7 days ago
  • config.json
    339 Bytes
    Upload folder using huggingface_hub 5 months ago
  • weights.safetensors
    273 MB
    xet
    Upload folder using huggingface_hub 5 months ago