patrickvonplaten
commited on
Commit
·
60059c6
1
Parent(s):
fb46903
Update README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - SV-SE dataset.
|
22 |
It achieves the following results on the evaluation set:
|
|
|
|
|
|
|
23 |
- Loss: 0.3119
|
24 |
- Wer: 0.2663
|
25 |
|
|
|
|
|
|
|
|
|
|
|
26 |
## Model description
|
27 |
|
28 |
More information needed
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - SV-SE dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
|
24 |
+
**Without LM**:
|
25 |
+
|
26 |
- Loss: 0.3119
|
27 |
- Wer: 0.2663
|
28 |
|
29 |
+
**With LM**:
|
30 |
+
|
31 |
+
- Wer: 0.1855
|
32 |
+
- Cer: 0.0643
|
33 |
+
|
34 |
## Model description
|
35 |
|
36 |
More information needed
|