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

levicu
/
LEVI_whisper_medium

Automatic Speech Recognition
Transformers
PyTorch
English
whisper
Model card Files Files and versions
xet
Community
1

Instructions to use levicu/LEVI_whisper_medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use levicu/LEVI_whisper_medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="levicu/LEVI_whisper_medium")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("levicu/LEVI_whisper_medium")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("levicu/LEVI_whisper_medium")
  • Notebooks
  • Google Colab
  • Kaggle
LEVI_whisper_medium
3.06 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
rosyvs's picture
rosyvs
update readme
8d9244e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • LEVI_whisper_benchmark.py
    1.07 kB
    update paths over 2 years ago
  • README.md
    2.11 kB
    update readme almost 2 years ago
  • added_tokens.json
    34.6 kB
    added config files over 2 years ago
  • benchmark_utils.py
    11.7 kB
    levi default wer norm over 2 years ago
  • config.json
    2.36 kB
    Upload WhisperForConditionalGeneration over 2 years ago
  • generation_config.json
    1.23 kB
    Upload WhisperForConditionalGeneration over 2 years ago
  • merges.txt
    494 kB
    added config files over 2 years ago
  • normalizer.json
    52.7 kB
    added config files over 2 years ago
  • preprocessor_config.json
    339 Bytes
    added config files over 2 years ago
  • pytorch_model.bin
    3.06 GB
    xet
    Upload WhisperForConditionalGeneration over 2 years ago
  • special_tokens_map.json
    2.08 kB
    added config files over 2 years ago
  • tokenizer_config.json
    805 Bytes
    added config files over 2 years ago
  • vocab.json
    1.04 MB
    added config files over 2 years ago