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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TheSuspects
/
whisper-lv

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

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

  • Libraries
  • Transformers

    How to use TheSuspects/whisper-lv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="TheSuspects/whisper-lv")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("TheSuspects/whisper-lv")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("TheSuspects/whisper-lv", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-lv
235 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
TheSuspects's picture
TheSuspects
Upload 2 files
daa8a01 almost 3 years ago
  • onnx
    Delete onnx/decoder_with_past_model.onnx almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • added_tokens.json
    2.08 kB
    Upload processor almost 3 years ago
  • config.json
    1.28 kB
    Upload 11 files almost 3 years ago
  • generation_config.json
    278 Bytes
    Upload generation_config.json with huggingface_hub almost 3 years ago
  • merges.txt
    494 kB
    Upload processor almost 3 years ago
  • normalizer.json
    52.7 kB
    Upload processor almost 3 years ago
  • preprocessor_config.json
    339 Bytes
    Upload processor almost 3 years ago
  • special_tokens_map.json
    438 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    2.2 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    805 Bytes
    Upload tokenizer almost 3 years ago
  • vocab.json
    836 kB
    Upload tokenizer almost 3 years ago