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

Automatic Speech Recognition
Transformers
Safetensors
Russian
whisper
asr
Pytorch
pruned
audio
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use waveletdeboshir/whisper-base-ru-pruned 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")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("waveletdeboshir/whisper-base-ru-pruned")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("waveletdeboshir/whisper-base-ru-pruned")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-base-ru-pruned
204 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
waveletdeboshir's picture
waveletdeboshir
Add git link
61944f1 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.62 kB
    Add git link over 1 year ago
  • added_tokens.json
    246 Bytes
    Update model and tokenizer (#1) almost 2 years ago
  • config.json
    1.42 kB
    Update model and tokenizer (#1) almost 2 years ago
  • generation_config.json
    894 Bytes
    Update model and tokenizer (#1) almost 2 years ago
  • merges.txt
    118 kB
    Update model and tokenizer (#1) almost 2 years ago
  • model.safetensors
    201 MB
    xet
    Update model and tokenizer (#1) almost 2 years ago
  • normalizer.json
    52.7 kB
    Upload pruned model and tokenizer almost 2 years ago
  • preprocessor_config.json
    185 kB
    Upload pruned model and tokenizer almost 2 years ago
  • special_tokens_map.json
    835 Bytes
    Remove languages almost 2 years ago
  • tokenizer.json
    1.84 MB
    Update model and tokenizer (#1) almost 2 years ago
  • tokenizer_config.json
    2.97 kB
    Remove languages almost 2 years ago
  • vocab.json
    207 kB
    Update model and tokenizer (#1) almost 2 years ago