Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,21 @@ datasets:
|
|
10 |
- common_voice
|
11 |
model-index:
|
12 |
- name: ''
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,9 +33,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
#
|
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 - MR dataset.
|
22 |
-
It achieves the following results on the
|
23 |
-
|
24 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
10 |
- common_voice
|
11 |
model-index:
|
12 |
- name: ''
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
name: Automatic Speech Recognition
|
17 |
+
dataset:
|
18 |
+
name: Common Voice Corpus 8.0
|
19 |
+
type: mozilla-foundation/common_voice_8_0
|
20 |
+
args: mr
|
21 |
+
metrics:
|
22 |
+
- name: Test WER
|
23 |
+
type: wer
|
24 |
+
value: 38.27
|
25 |
+
- name: Test CER
|
26 |
+
type: cer
|
27 |
+
value: 8.91
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
#
|
34 |
|
35 |
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 - MR dataset.
|
36 |
+
It achieves the following results on the mozilla-foundation/common_voice_8_0 mr test set:
|
37 |
+
|
38 |
+
- Without LM
|
39 |
+
+ WER: 48.53
|
40 |
+
+ CER: 10.63
|
41 |
+
|
42 |
+
- With LM
|
43 |
+
+ WER: 38.27
|
44 |
+
+ CER: 8.91
|
45 |
|
46 |
## Model description
|
47 |
|