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

willopcbeta
/
lite-whisper-small-fast

Automatic Speech Recognition
Transformers
Safetensors
whisper
audio
hf-asr-leaderboard
Model card Files Files and versions
xet
Community
2

Instructions to use willopcbeta/lite-whisper-small-fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use willopcbeta/lite-whisper-small-fast with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="willopcbeta/lite-whisper-small-fast")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("willopcbeta/lite-whisper-small-fast")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("willopcbeta/lite-whisper-small-fast")
  • Notebooks
  • Google Colab
  • Kaggle
lite-whisper-small-fast
973 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
willopcbeta's picture
willopcbeta
FIX token_ids error
8444a46 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    3.17 kB
    Upload 12 files (#1) about 1 month ago
  • added_tokens.json
    36.2 kB
    Upload 12 files (#1) about 1 month ago
  • config.json
    1.39 kB
    Upload 12 files (#1) about 1 month ago
  • generation_config.json
    3.84 kB
    FIX token_ids error about 1 month ago
  • merges.txt
    494 kB
    Upload 12 files (#1) about 1 month ago
  • model.safetensors
    967 MB
    xet
    Upload 12 files (#1) about 1 month ago
  • normalizer.json
    54.4 kB
    Upload 12 files (#1) about 1 month ago
  • preprocessor_config.json
    371 Bytes
    Upload 12 files (#1) about 1 month ago
  • special_tokens_map.json
    2.33 kB
    Upload 12 files (#1) about 1 month ago
  • tokenizer.json
    3.93 MB
    Upload 12 files (#1) about 1 month ago
  • tokenizer_config.json
    296 kB
    Upload 12 files (#1) about 1 month ago
  • vocab.json
    836 kB
    Upload 12 files (#1) about 1 month ago