Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bharat-raghunathan
/
whisper-tiny-ta

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Tamil
whisper
whisper-event
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use bharat-raghunathan/whisper-tiny-ta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="bharat-raghunathan/whisper-tiny-ta")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("bharat-raghunathan/whisper-tiny-ta")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("bharat-raghunathan/whisper-tiny-ta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-tiny-ta / runs
34.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bharat-raghunathan's picture
bharat-raghunathan
End of training
f40edb1 almost 4 years ago
  • Dec13_03-16-55_50de3160c45f
    End of training almost 4 years ago
  • Dec13_03-21-09_50de3160c45f
    End of training almost 4 years ago
  • Dec13_15-31-08_862c3f5797f7
    End of training almost 4 years ago