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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

chmanoj
/
xls-r-1B-te

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Telugu
wav2vec2
openslr_SLR66
Generated from Trainer
robust-speech-event
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use chmanoj/xls-r-1B-te with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chmanoj/xls-r-1B-te with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="chmanoj/xls-r-1B-te")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("chmanoj/xls-r-1B-te")
    model = AutoModelForCTC.from_pretrained("chmanoj/xls-r-1B-te")
  • Notebooks
  • Google Colab
  • Kaggle
xls-r-1B-te / language_model
2.21 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
chmanoj's picture
chmanoj
Add 5gram lm
2a75844 over 4 years ago
  • 5gram.bin
    2.17 GB
    xet
    Add 5gram lm over 4 years ago
  • attrs.json
    78 Bytes
    Add 3gram LM decoder over 4 years ago
  • unigrams.txt
    40.9 MB
    xet
    Add 3gram LM decoder over 4 years ago