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

  • Log In
  • Sign Up

StephennFernandes
/
XLS-R-300m-marathi

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use StephennFernandes/XLS-R-300m-marathi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use StephennFernandes/XLS-R-300m-marathi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="StephennFernandes/XLS-R-300m-marathi")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("StephennFernandes/XLS-R-300m-marathi")
    model = AutoModelForCTC.from_pretrained("StephennFernandes/XLS-R-300m-marathi")
  • Notebooks
  • Google Colab
  • Kaggle
XLS-R-300m-marathi / runs
29.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
StephennFernandes's picture
StephennFernandes
Training in progress, step 18000
e211ad5 about 4 years ago
  • Feb10_19-26-38_ldcilubuntu
    Training in progress, step 18000 about 4 years ago