Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mlx-community
/
whisper-tiny

Automatic Speech Recognition
Transformers
whisper
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use mlx-community/whisper-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mlx-community/whisper-tiny")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mlx-community/whisper-tiny", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny
149 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
depasquale's picture
depasquale
Add model weights in safetensors format
56b2446 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    174 Bytes
    Add model card over 2 years ago
  • config.json
    262 Bytes
    Upload folder using huggingface_hub (#1) over 2 years ago
  • model.safetensors
    74.4 MB
    xet
    Add model weights in safetensors format 5 months ago
  • weights.npz

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    74.4 MB
    xet
    Upload folder using huggingface_hub (#1) over 2 years ago