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

  • Log In
  • Sign Up

ashishabraham22
/
XLS-R_Finetuned

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

Instructions to use ashishabraham22/XLS-R_Finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ashishabraham22/XLS-R_Finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="ashishabraham22/XLS-R_Finetuned")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("ashishabraham22/XLS-R_Finetuned")
    model = AutoModelForCTC.from_pretrained("ashishabraham22/XLS-R_Finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
XLS-R_Finetuned / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ashishabraham22's picture
ashishabraham22
End of training
4a6859e verified almost 2 years ago
  • Jul17_10-12-38_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-17-09_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-19-37_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-20-05_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-21-17_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-24-26_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-28-16_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-30-43_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-32-49_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-47-24_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-50-04_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-53-38_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-55-45_585c9177a36d
    End of training almost 2 years ago
  • Jul17_10-56-33_585c9177a36d
    End of training almost 2 years ago
  • Jul17_11-01-00_585c9177a36d
    End of training almost 2 years ago
  • Jul17_11-03-49_585c9177a36d
    End of training almost 2 years ago
  • Jul17_11-07-29_585c9177a36d
    End of training almost 2 years ago