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
74.4 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
pcuenq's picture
pcuenq HF Staff
lessquo's picture
lessquo
Add `pipeline_tag: automatic-speech-recognition` (#3)
78c52ab 27 days ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    226 Bytes
    Add `pipeline_tag: automatic-speech-recognition` (#3) 27 days ago
  • config.json
    262 Bytes
    Upload folder using huggingface_hub (#1) over 2 years 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