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

  • Log In
  • Sign Up

Achitha
/
simple_tamil

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

Instructions to use Achitha/simple_tamil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Achitha/simple_tamil with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Achitha/simple_tamil")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Achitha/simple_tamil")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Achitha/simple_tamil")
  • Notebooks
  • Google Colab
  • Kaggle
simple_tamil / runs
54.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Achitha's picture
Achitha
Training in progress, step 3000
043df50 over 3 years ago
  • Jan13_13-05-13_1ae288ba841c
    End of training over 3 years ago
  • Jan13_13-09-32_1ae288ba841c
    End of training over 3 years ago
  • Jan13_13-16-13_1ae288ba841c
    Training in progress, step 3000 over 3 years ago