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

  • Log In
  • Sign Up

JulioCastro
/
whisper-tiny-ca

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

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

  • Libraries
  • Transformers

    How to use JulioCastro/whisper-tiny-ca with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="JulioCastro/whisper-tiny-ca")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("JulioCastro/whisper-tiny-ca")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("JulioCastro/whisper-tiny-ca")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-ca / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
JulioCastro's picture
JulioCastro
End of training
ccca79b over 3 years ago
  • Dec16_20-37-19_158-101-120-237
    End of training over 3 years ago