Model card contadicts information on Github.
Browse filesGitHub repo says Phoneme error rate, not WER:
https://github.com/huggingface/transformers/tree/main/examples/pytorch/speech-recognition#common-voice-ctc
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
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_3_0 - TR dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.4378
|
19 |
-
-
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
16 |
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_3_0 - TR dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.4378
|
19 |
+
- Per: 0.09936
|
20 |
|
21 |
## Model description
|
22 |
|