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

  • Log In
  • Sign Up

Scrya
/
whisper-tiny-id

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

Instructions to use Scrya/whisper-tiny-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Scrya/whisper-tiny-id with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Scrya/whisper-tiny-id")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Scrya/whisper-tiny-id")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Scrya/whisper-tiny-id")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-id / runs
45.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Scrya's picture
Scrya
End of training
66d6f91 over 3 years ago
  • Dec17_11-28-12_150-136-41-202
    End of training over 3 years ago