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

Kolbaster
/
whisper-medium-ru

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Russian
whisper
hf-asr-leaderboard
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Kolbaster/whisper-medium-ru with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Kolbaster/whisper-medium-ru")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Kolbaster/whisper-medium-ru")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Kolbaster/whisper-medium-ru", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-medium-ru / runs
27 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Kolbaster's picture
Kolbaster
End of training
114c504 over 3 years ago
  • Feb14_19-35-24_8e07a662273a
    End of training over 3 years ago