DrishtiSharma
commited on
Commit
•
2e4a403
1
Parent(s):
1377140
Update README.md
Browse files
README.md
CHANGED
@@ -24,10 +24,10 @@ 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,18 +40,15 @@ It achieves the following results on the evaluation set:
|
|
40 |
- Loss: 0.1987
|
41 |
- Wer: 0.1920
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
-
|
51 |
-
## Training and evaluation data
|
52 |
-
|
53 |
-
More information needed
|
54 |
|
|
|
55 |
## Training procedure
|
56 |
|
57 |
### Training hyperparameters
|
|
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
27 |
+
value: 0.2378369069146646
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
+
value: 0.050364163712536256
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
- Loss: 0.1987
|
41 |
- Wer: 0.1920
|
42 |
|
43 |
+
###Evaluation Commands
|
44 |
|
45 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
46 |
|
47 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-xls-r-300m-mt-o1 --dataset mozilla-foundation/common_voice_8_0 --config mt --split test --log_outputs
|
48 |
|
49 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
|
|
|
|
|
|
|
|
50 |
|
51 |
+
Maltese language not found in speech-recognition-community-v2/dev_data!
|
52 |
## Training procedure
|
53 |
|
54 |
### Training hyperparameters
|