Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
hf-asr-leaderboard
robust-speech-event
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11 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-rm-sursilv-d11")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-xls-r-300m-rm-sursilv-d11") - Notebooks
- Google Colab
- Kaggle
Commit ·
3bbd905
1
Parent(s): 55f2d3a
Model save
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262087665
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89b7d8c61714ecc8fb263ca2731e413cd5c2c4d1550eb9c3b517b2c22858c584
|
| 3 |
size 1262087665
|