typo
Browse files
README.md
CHANGED
@@ -27,7 +27,8 @@ model-index:
|
|
27 |
type: wer
|
28 |
value: 15.345730
|
29 |
- name: Test CER
|
30 |
-
type:
|
|
|
31 |
---
|
32 |
|
33 |
# Wav2Vec2-Large-XLSR-53-Swedish
|
@@ -128,6 +129,7 @@ print("CER: {:2f}".format(100 * wer.compute(predictions=[" ".join(list(entry)) f
|
|
128 |
|
129 |
**Test Result**: 15.345730 %
|
130 |
|
|
|
131 |
As first step used Common Voice train dataset and parts from NST
|
132 |
as can be found [here](https://github.com/se-asr/nst/tree/master).
|
133 |
Part of NST where removed using this mask
|
|
|
27 |
type: wer
|
28 |
value: 15.345730
|
29 |
- name: Test CER
|
30 |
+
type: cer
|
31 |
+
value: 5.573185
|
32 |
---
|
33 |
|
34 |
# Wav2Vec2-Large-XLSR-53-Swedish
|
|
|
129 |
|
130 |
**Test Result**: 15.345730 %
|
131 |
|
132 |
+
|
133 |
As first step used Common Voice train dataset and parts from NST
|
134 |
as can be found [here](https://github.com/se-asr/nst/tree/master).
|
135 |
Part of NST where removed using this mask
|