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

waveletdeboshir
/
whisper-base-ru-pruned-ft

Automatic Speech Recognition
Transformers
Safetensors
Russian
whisper
asr
Pytorch
pruned
finetune
audio
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use waveletdeboshir/whisper-base-ru-pruned-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use waveletdeboshir/whisper-base-ru-pruned-ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="waveletdeboshir/whisper-base-ru-pruned-ft")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("waveletdeboshir/whisper-base-ru-pruned-ft")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("waveletdeboshir/whisper-base-ru-pruned-ft")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-base-ru-pruned-ft
195 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
waveletdeboshir's picture
waveletdeboshir
Update README.md
5d8720c verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.67 kB
    Update README.md almost 2 years ago
  • added_tokens.json
    246 Bytes
    Upload model, tokenizer, preprocessor almost 2 years ago
  • config.json
    1.43 kB
    Add configs almost 2 years ago
  • generation_config.json
    894 Bytes
    Add configs almost 2 years ago
  • merges.txt
    118 kB
    Upload model, tokenizer, preprocessor almost 2 years ago
  • model.safetensors
    193 MB
    xet
    Upload model, tokenizer, preprocessor almost 2 years ago
  • normalizer.json
    52.7 kB
    Upload normalizer.json almost 2 years ago
  • preprocessor_config.json
    185 kB
    Upload model, tokenizer, preprocessor almost 2 years ago
  • special_tokens_map.json
    835 Bytes
    Upload special_tokens_map.json almost 2 years ago
  • tokenizer.json
    1.84 MB
    Upload model, tokenizer, preprocessor almost 2 years ago
  • tokenizer_config.json
    2.97 kB
    Upload model, tokenizer, preprocessor almost 2 years ago
  • vocab.json
    207 kB
    Upload model, tokenizer, preprocessor almost 2 years ago