polodealvarado
commited on
Commit
•
16b7745
1
Parent(s):
b708f4a
Update README.md
Browse files
README.md
CHANGED
@@ -32,10 +32,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
# Wav2Vec2-XLSR-300m-es
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the spanish common_voice dataset thanks to the GPU credits generously given by the OVHcloud for the Speech Recognition challenge.
|
35 |
-
It achieves the following results on the evaluation set
|
|
|
|
|
36 |
- Loss : 0.1900
|
37 |
- Wer : 0.146
|
38 |
|
|
|
|
|
|
|
|
|
39 |
### Usage with 5-gram.
|
40 |
|
41 |
The model can be used with n-gram (n=5) included in the processor as follows.
|
|
|
32 |
# Wav2Vec2-XLSR-300m-es
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the spanish common_voice dataset thanks to the GPU credits generously given by the OVHcloud for the Speech Recognition challenge.
|
35 |
+
It achieves the following results on the evaluation set
|
36 |
+
|
37 |
+
without LM:
|
38 |
- Loss : 0.1900
|
39 |
- Wer : 0.146
|
40 |
|
41 |
+
With 5-gram:
|
42 |
+
- WER: 0.109
|
43 |
+
- CER: 0.036
|
44 |
+
|
45 |
### Usage with 5-gram.
|
46 |
|
47 |
The model can be used with n-gram (n=5) included in the processor as follows.
|