Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,10 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Test WER (with LM)
|
23 |
type: wer
|
24 |
-
value:
|
25 |
- name: Test CER (with LM)
|
26 |
type: cer
|
27 |
-
value:
|
28 |
---
|
29 |
|
30 |
|
@@ -36,13 +36,13 @@ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggi
|
|
36 |
| | [VIVOS](https://huggingface.co/datasets/vivos) | [COMMON VOICE 7.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0) | [COMMON VOICE 8.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0)
|
37 |
|---|---|---|---|
|
38 |
|without LM| 25.93 | 34.21 |
|
39 |
-
|with 4-grams LM| 24.11 |
|
40 |
|
41 |
### Benchmark CER result:
|
42 |
| | [VIVOS](https://huggingface.co/datasets/vivos) | [COMMON VOICE 7.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0) | [COMMON VOICE 8.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0)
|
43 |
|---|---|---|---|
|
44 |
|without LM| 9.24 | 19.94 |
|
45 |
-
|with 4-grams LM| 10.37 |
|
46 |
|
47 |
## Evaluation
|
48 |
|
|
|
21 |
metrics:
|
22 |
- name: Test WER (with LM)
|
23 |
type: wer
|
24 |
+
value: 25.846
|
25 |
- name: Test CER (with LM)
|
26 |
type: cer
|
27 |
+
value: 12.961
|
28 |
---
|
29 |
|
30 |
|
|
|
36 |
| | [VIVOS](https://huggingface.co/datasets/vivos) | [COMMON VOICE 7.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0) | [COMMON VOICE 8.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0)
|
37 |
|---|---|---|---|
|
38 |
|without LM| 25.93 | 34.21 |
|
39 |
+
|with 4-grams LM| 24.11 | 25.84 | 31.158 |
|
40 |
|
41 |
### Benchmark CER result:
|
42 |
| | [VIVOS](https://huggingface.co/datasets/vivos) | [COMMON VOICE 7.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0) | [COMMON VOICE 8.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0)
|
43 |
|---|---|---|---|
|
44 |
|without LM| 9.24 | 19.94 |
|
45 |
+
|with 4-grams LM| 10.37 | 12.96 | 16.179 |
|
46 |
|
47 |
## Evaluation
|
48 |
|