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

FL33TW00D-HF
/
whisper-medium

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

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

  • Libraries
  • Transformers

    How to use FL33TW00D-HF/whisper-medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="FL33TW00D-HF/whisper-medium")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("FL33TW00D-HF/whisper-medium")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("FL33TW00D-HF/whisper-medium", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-medium
3.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
FL33TW00D-HF's picture
FL33TW00D-HF
Upload medium_f16.gguf with huggingface_hub
761528b verified about 2 years ago
  • .gitattributes
    1.68 kB
    Upload medium_f16.gguf with huggingface_hub about 2 years ago
  • README.md
    386 Bytes
    Create README.md over 2 years ago
  • config.json
    1.99 kB
    Upload config.json with huggingface_hub over 2 years ago
  • medium_f16.gguf
    1.54 GB
    xet
    Upload medium_f16.gguf with huggingface_hub about 2 years ago
  • medium_q4k.gguf
    444 MB
    xet
    Upload medium_q4k.gguf with huggingface_hub over 2 years ago
  • medium_q8.bin
    972 MB
    xet
    Upload medium_q8.bin with huggingface_hub over 2 years ago
  • medium_q8_0.gguf
    830 MB
    xet
    Upload medium_q8_0.gguf with huggingface_hub about 2 years ago
  • melfilters.bytes
    64.3 kB
    Upload melfilters.bytes about 2 years ago