Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Assamese
wav2vec2
mozilla-foundation/common_voice_8_0
Generated from Trainer
robust-speech-event
model_for_talk
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9") - Notebooks
- Google Colab
- Kaggle
Commit ·
adec1fd
1
Parent(s): 7c5a693
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,10 +24,24 @@ model-index:
|
|
| 24 |
metrics:
|
| 25 |
- name: Test WER
|
| 26 |
type: wer
|
| 27 |
-
value:
|
| 28 |
- name: Test CER
|
| 29 |
type: cer
|
| 30 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -40,19 +54,15 @@ It achieves the following results on the evaluation set:
|
|
| 40 |
- Loss: 1.1679
|
| 41 |
- Wer: 0.5761
|
| 42 |
|
| 43 |
-
##
|
| 44 |
-
|
| 45 |
-
More information needed
|
| 46 |
-
|
| 47 |
-
## Intended uses & limitations
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
-
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
-
|
| 56 |
|
| 57 |
### Training hyperparameters
|
| 58 |
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Test WER
|
| 26 |
type: wer
|
| 27 |
+
value: 0.6163737676810973
|
| 28 |
- name: Test CER
|
| 29 |
type: cer
|
| 30 |
+
value: 0.19496397642093005
|
| 31 |
+
- task:
|
| 32 |
+
name: Automatic Speech Recognition
|
| 33 |
+
type: automatic-speech-recognition
|
| 34 |
+
dataset:
|
| 35 |
+
name: Robust Speech Event - Dev Data
|
| 36 |
+
type: speech-recognition-community-v2/dev_data
|
| 37 |
+
args: as
|
| 38 |
+
metrics:
|
| 39 |
+
- name: Test WER
|
| 40 |
+
type: wer
|
| 41 |
+
value: NA
|
| 42 |
+
- name: Test CER
|
| 43 |
+
type: cer
|
| 44 |
+
value: NA
|
| 45 |
---
|
| 46 |
|
| 47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 54 |
- Loss: 1.1679
|
| 55 |
- Wer: 0.5761
|
| 56 |
|
| 57 |
+
### Evaluation Command
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
| 60 |
|
| 61 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-as-v9 --dataset mozilla-foundation/common_voice_8_0 --config as --split test --log_outputs
|
| 62 |
|
| 63 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
| 64 |
|
| 65 |
+
Assamese (as) language isn't available in speech-recognition-community-v2/dev_data
|
| 66 |
|
| 67 |
### Training hyperparameters
|
| 68 |
|