Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Breton
wav2vec2
Generated from Trainer
robust-speech-event
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use DrishtiSharma/wav2vec2-large-xls-r-300m-br-d10 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-br-d10 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-br-d10")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-br-d10") model = AutoModelForCTC.from_pretrained("DrishtiSharma/wav2vec2-large-xls-r-300m-br-d10") - Notebooks
- Google Colab
- Kaggle
Commit ·
4a25a64
1
Parent(s): 2272c97
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,11 +21,25 @@ model-index:
|
|
| 21 |
args: br
|
| 22 |
metrics:
|
| 23 |
- type: wer
|
| 24 |
-
value:
|
| 25 |
name: Test WER
|
| 26 |
- name: Test CER
|
| 27 |
type: cer
|
| 28 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -38,19 +52,17 @@ It achieves the following results on the evaluation set:
|
|
| 38 |
- Loss: 1.1382
|
| 39 |
- Wer: 0.4895
|
| 40 |
|
| 41 |
-
## Model description
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
-
|
| 52 |
|
| 53 |
-
## Training procedure
|
| 54 |
|
| 55 |
### Training hyperparameters
|
| 56 |
|
|
|
|
| 21 |
args: br
|
| 22 |
metrics:
|
| 23 |
- type: wer
|
| 24 |
+
value: 0.5230357484228637
|
| 25 |
name: Test WER
|
| 26 |
- name: Test CER
|
| 27 |
type: cer
|
| 28 |
+
value: 0.1880661144228536
|
| 29 |
+
- task:
|
| 30 |
+
name: Automatic Speech Recognition
|
| 31 |
+
type: automatic-speech-recognition
|
| 32 |
+
dataset:
|
| 33 |
+
name: Robust Speech Event - Dev Data
|
| 34 |
+
type: speech-recognition-community-v2/dev_data
|
| 35 |
+
args: br
|
| 36 |
+
metrics:
|
| 37 |
+
- name: Test WER
|
| 38 |
+
type: wer
|
| 39 |
+
value: NA
|
| 40 |
+
- name: Test CER
|
| 41 |
+
type: cer
|
| 42 |
+
value: NA
|
| 43 |
---
|
| 44 |
|
| 45 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 52 |
- Loss: 1.1382
|
| 53 |
- Wer: 0.4895
|
| 54 |
|
|
|
|
| 55 |
|
| 56 |
+
### Evaluation Commands
|
| 57 |
|
| 58 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
| 59 |
|
| 60 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-br-d10 --dataset mozilla-foundation/common_voice_8_0 --config br --split test --log_outputs
|
| 61 |
|
| 62 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
| 63 |
|
| 64 |
+
Breton language isn't available in speech-recognition-community-v2/dev_data
|
| 65 |
|
|
|
|
| 66 |
|
| 67 |
### Training hyperparameters
|
| 68 |
|