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

  • Log In
  • Sign Up

stringbot
/
whisper-small-hi

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
whisper
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use stringbot/whisper-small-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stringbot/whisper-small-hi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="stringbot/whisper-small-hi")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("stringbot/whisper-small-hi")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("stringbot/whisper-small-hi")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-hi / runs
26 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
stringbot's picture
stringbot
End of training
d0cce39 verified about 1 year ago
  • Feb15_16-38-56_b7b4b0f0ddf9
    End of training about 1 year ago
  • Feb15_16-56-16_b7b4b0f0ddf9
    End of training about 1 year ago
  • Feb15_17-01-18_b7b4b0f0ddf9
    End of training about 1 year ago