patrickvonplaten
commited on
Commit
·
255441a
1
Parent(s):
20149a5
Update README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,10 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Test WER
|
24 |
type: wer
|
25 |
-
value:
|
26 |
- name: Test CER
|
27 |
type: cer
|
28 |
-
value:
|
29 |
- task:
|
30 |
name: Automatic Speech Recognition
|
31 |
type: automatic-speech-recognition
|
@@ -52,13 +52,13 @@ It achieves the following results on the evaluation set:
|
|
52 |
|
53 |
**Without LM**:
|
54 |
|
55 |
-
- Loss: 0.
|
56 |
-
- Wer: 0.
|
57 |
|
58 |
**With LM**:
|
59 |
|
60 |
-
- Wer: 0.
|
61 |
-
- Cer: 0.
|
62 |
|
63 |
## Model description
|
64 |
|
|
|
22 |
metrics:
|
23 |
- name: Test WER
|
24 |
type: wer
|
25 |
+
value: 17.10
|
26 |
- name: Test CER
|
27 |
type: cer
|
28 |
+
value: 5.70
|
29 |
- task:
|
30 |
name: Automatic Speech Recognition
|
31 |
type: automatic-speech-recognition
|
|
|
52 |
|
53 |
**Without LM**:
|
54 |
|
55 |
+
- Loss: 0.2465
|
56 |
+
- Wer: 0.0717
|
57 |
|
58 |
**With LM**:
|
59 |
|
60 |
+
- Wer: 0.1710
|
61 |
+
- Cer: 0.0569
|
62 |
|
63 |
## Model description
|
64 |
|