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

  • Log In
  • Sign Up

tensorops
/
whisper-small-th

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use tensorops/whisper-small-th with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="tensorops/whisper-small-th")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("tensorops/whisper-small-th")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("tensorops/whisper-small-th")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-small-th / runs
36.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tensorops's picture
tensorops
Training in progress, step 4000
62e7761 over 3 years ago
  • Nov17_08-40-13_rtx-i7
    Training in progress, step 4000 over 3 years ago