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

  • Log In
  • Sign Up

sujith013
/
indic-spellFix-ASR

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

Instructions to use sujith013/indic-spellFix-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sujith013/indic-spellFix-ASR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sujith013/indic-spellFix-ASR")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("sujith013/indic-spellFix-ASR")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("sujith013/indic-spellFix-ASR")
  • Notebooks
  • Google Colab
  • Kaggle
indic-spellFix-ASR / runs
6.11 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sujith013's picture
sujith013
End of training
11e02bd verified about 2 years ago
  • Feb27_07-45-40_7e7586faaaa3
    End of training about 2 years ago