Commit
·
6445416
1
Parent(s):
f4543f8
Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,20 @@ model-index:
|
|
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,15 @@ It achieves the following results on the evaluation set:
|
|
38 |
- Loss: 1.1257
|
39 |
- Wer: 0.4631
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
More information needed
|
44 |
-
|
45 |
-
## Intended uses & limitations
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
|
55 |
### Training hyperparameters
|
56 |
|
|
|
26 |
- name: Test CER
|
27 |
type: cer
|
28 |
value: []
|
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.1257
|
53 |
- Wer: 0.4631
|
54 |
|
55 |
+
### Evaluation Commands
|
|
|
|
|
|
|
|
|
56 |
|
57 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
58 |
|
59 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-br-d2 --dataset mozilla-foundation/common_voice_8_0 --config br --split test --log_outputs
|
60 |
|
61 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
62 |
|
63 |
+
Breton language isn't available in speech-recognition-community-v2/dev_data
|
64 |
|
65 |
### Training hyperparameters
|
66 |
|