Commit
·
de95906
1
Parent(s):
db8afb4
Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,6 @@ model-index:
|
|
26 |
- name: Test CER using LM
|
27 |
type: cer
|
28 |
value: 10.2565
|
29 |
-
- name: Test WER without LM
|
30 |
-
type: wer
|
31 |
-
value: 58.2171
|
32 |
-
- name: Test CER without LM
|
33 |
-
type: cer
|
34 |
-
value: 16.0670
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -56,6 +50,15 @@ More information needed
|
|
56 |
|
57 |
Evaluation is conducted in Notebook, you can see within the repo "notebook_evaluation_wav2vec2_mn.ipynb"
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
## Training procedure
|
60 |
|
61 |
### Training hyperparameters
|
|
|
26 |
- name: Test CER using LM
|
27 |
type: cer
|
28 |
value: 10.2565
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
50 |
|
51 |
Evaluation is conducted in Notebook, you can see within the repo "notebook_evaluation_wav2vec2_mn.ipynb"
|
52 |
|
53 |
+
|
54 |
+
Test WER without LM
|
55 |
+
wer = 58.2171 %
|
56 |
+
cer = 16.0670 %
|
57 |
+
|
58 |
+
Test WER using
|
59 |
+
wer = 31.3919 %
|
60 |
+
cer = 10.2565 %
|
61 |
+
|
62 |
## Training procedure
|
63 |
|
64 |
### Training hyperparameters
|