Automatic Speech Recognition
Transformers
PyTorch
Marathi
wav2vec2
speech_to_text
audio
speech
xlsr-fine-tuning-week
Eval Results (legacy)
Instructions to use Tejas2000/SpeechRecog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tejas2000/SpeechRecog with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Tejas2000/SpeechRecog")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Tejas2000/SpeechRecog") model = AutoModelForCTC.from_pretrained("Tejas2000/SpeechRecog", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ language:
|
|
| 6 |
- mr
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
-
pipeline_tag:
|
| 10 |
tags:
|
| 11 |
- speech_to_text
|
| 12 |
- audio
|
|
@@ -16,14 +16,14 @@ tags:
|
|
| 16 |
model-index:
|
| 17 |
- name: XLSR Wav2Vec2 Large 53 Marathi by Sumedh Khodke
|
| 18 |
results:
|
| 19 |
-
- task:
|
| 20 |
name: Speech Recognition
|
| 21 |
type: automatic-speech-recognition
|
| 22 |
dataset:
|
| 23 |
name: OpenSLR mr
|
| 24 |
type: openslr
|
| 25 |
metrics:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
---
|
|
|
|
| 6 |
- mr
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
+
pipeline_tag: automatic-speech-recognition
|
| 10 |
tags:
|
| 11 |
- speech_to_text
|
| 12 |
- audio
|
|
|
|
| 16 |
model-index:
|
| 17 |
- name: XLSR Wav2Vec2 Large 53 Marathi by Sumedh Khodke
|
| 18 |
results:
|
| 19 |
+
- task:
|
| 20 |
name: Speech Recognition
|
| 21 |
type: automatic-speech-recognition
|
| 22 |
dataset:
|
| 23 |
name: OpenSLR mr
|
| 24 |
type: openslr
|
| 25 |
metrics:
|
| 26 |
+
- name: Test WER
|
| 27 |
+
type: wer
|
| 28 |
+
value: 12.7
|
| 29 |
---
|