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

efficient-speech
/
lite-whisper-large-v3-fast

Automatic Speech Recognition
Transformers
Safetensors
lite-whisper
feature-extraction
audio
whisper
hf-asr-leaderboard
custom_code
Eval Results
Model card Files Files and versions
xet
Community
4

Instructions to use efficient-speech/lite-whisper-large-v3-fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use efficient-speech/lite-whisper-large-v3-fast with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="efficient-speech/lite-whisper-large-v3-fast", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("efficient-speech/lite-whisper-large-v3-fast", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lite-whisper-large-v3-fast
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
kamahori's picture
kamahori
nielsr's picture
nielsr HF Staff
Improve model card by linking it to paper (#1)
a835226 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.02 kB
    Improve model card by linking it to paper (#1) about 1 year ago
  • config.json
    5.64 kB
    Upload LiteWhisperForConditionalGeneration about 1 year ago
  • configuration_lite_whisper.py
    307 Bytes
    Upload LiteWhisperForConditionalGeneration about 1 year ago
  • generation_config.json
    253 Bytes
    Upload LiteWhisperForConditionalGeneration about 1 year ago
  • model-00001-of-00002.safetensors
    4.86 GB
    xet
    Upload LiteWhisperForConditionalGeneration about 1 year ago
  • model-00002-of-00002.safetensors
    266 MB
    xet
    Upload LiteWhisperForConditionalGeneration about 1 year ago
  • model.safetensors.index.json
    131 kB
    Upload LiteWhisperForConditionalGeneration about 1 year ago
  • modeling_lite_whisper.py
    2.86 kB
    Upload LiteWhisperForConditionalGeneration about 1 year ago