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: 2 commits
lawrencewu's picture
lawrencewu
58b843e5f1523f29ac46e2b95a0199a5ccbd5a4d05f92894edf1b7ba4077aad1
75e2d0e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    262 Bytes
    58b843e5f1523f29ac46e2b95a0199a5ccbd5a4d05f92894edf1b7ba4077aad1 over 2 years ago
  • weights.npz

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    74.4 MB
    xet
    58b843e5f1523f29ac46e2b95a0199a5ccbd5a4d05f92894edf1b7ba4077aad1 over 2 years ago