Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Val123val
/
my_model

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Russian
whisper
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Val123val/my_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Val123val/my_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Val123val/my_model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Val123val/my_model")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Val123val/my_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Val123val's picture
Val123val
End of training
782c956 over 2 years ago
  • Dec26_13-17-08_DESKTOP-1CUM2VF
    Training in progress, step 500 over 2 years ago
  • Dec26_21-35-05_DESKTOP-1CUM2VF
    Training in progress, step 500 over 2 years ago
  • Dec28_00-23-15_DESKTOP-1CUM2VF
    End of training over 2 years ago