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

pgajo
/
whisper-medium.en-nick

Automatic Speech Recognition
Transformers
Safetensors
English
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use pgajo/whisper-medium.en-nick with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="pgajo/whisper-medium.en-nick")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("pgajo/whisper-medium.en-nick")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("pgajo/whisper-medium.en-nick")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-medium.en-nick
3.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pgajo's picture
pgajo
Upload 11 files
67c07d0 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    14.9 kB
    Upload 11 files over 2 years ago
  • added_tokens.json
    34.6 kB
    Upload 11 files over 2 years ago
  • config.json
    1.95 kB
    Upload 11 files over 2 years ago
  • generation_config.json
    1.95 kB
    Upload 11 files over 2 years ago
  • merges.txt
    456 kB
    Upload 11 files over 2 years ago
  • model.safetensors
    3.06 GB
    xet
    Upload WhisperForConditionalGeneration over 2 years ago
  • normalizer.json
    52.7 kB
    Upload 11 files over 2 years ago
  • preprocessor_config.json
    185 kB
    Upload 11 files over 2 years ago
  • special_tokens_map.json
    1.83 kB
    Upload 11 files over 2 years ago
  • tokenizer.json
    2.41 MB
    Upload 11 files over 2 years ago
  • tokenizer_config.json
    805 Bytes
    Upload 11 files over 2 years ago
  • vocab.json
    798 kB
    Upload 11 files over 2 years ago