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

DrishtiSharma
/
wav2vec2-xls-r-300m-pa-IN-r5

Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
mozilla-foundation/common_voice_8_0
Generated from Trainer
pa-IN
robust-speech-event
model_for_talk
hf-asr-leaderboard
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use DrishtiSharma/wav2vec2-xls-r-300m-pa-IN-r5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DrishtiSharma/wav2vec2-xls-r-300m-pa-IN-r5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="DrishtiSharma/wav2vec2-xls-r-300m-pa-IN-r5")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-pa-IN-r5")
    model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-pa-IN-r5")
  • Notebooks
  • Google Colab
  • Kaggle
wav2vec2-xls-r-300m-pa-IN-r5
1.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
anton-l's picture
anton-l HF Staff
Upload README.md
255273d about 4 years ago
  • .ipynb_checkpoints
    Training in progress, step 500 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 4 years ago
  • README.md
    3.15 kB
    Upload README.md about 4 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, step 500 over 4 years ago
  • all_results.json
    395 Bytes
    End of training over 4 years ago
  • config.json
    2.04 kB
    Training in progress, step 500 over 4 years ago
  • eval_results.json
    224 Bytes
    End of training over 4 years ago
  • preprocessor_config.json
    212 Bytes
    Training in progress, step 500 over 4 years ago
  • pytorch_model.bin
    1.26 GB
    xet
    Model save over 4 years ago
  • run.sh
    1.32 kB
    Training in progress, step 500 over 4 years ago
  • run_speech_recognition_ctc.py
    30.4 kB
    Training in progress, step 500 over 4 years ago
  • special_tokens_map.json
    309 Bytes
    Training in progress, step 500 over 4 years ago
  • tokenizer_config.json
    260 Bytes
    Training in progress, step 500 over 4 years ago
  • train_results.json
    193 Bytes
    End of training over 4 years ago
  • trainer_state.json
    4.19 kB
    End of training over 4 years ago
  • training_args.bin
    2.99 kB
    xet
    Training in progress, step 500 over 4 years ago
  • vocab.json
    695 Bytes
    Training in progress, step 500 over 4 years ago