Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ model-index:
|
|
12 |
name: Automatic Speech Recognition
|
13 |
type: automatic-speech-recognition
|
14 |
dataset:
|
15 |
-
name:
|
16 |
type: mozilla-foundation/common_voice_11_0
|
17 |
config: et
|
18 |
split: test
|
@@ -23,4 +23,18 @@ model-index:
|
|
23 |
- name: Test CER
|
24 |
type: cer
|
25 |
value: 3.76
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
|
|
12 |
name: Automatic Speech Recognition
|
13 |
type: automatic-speech-recognition
|
14 |
dataset:
|
15 |
+
name: Common Voice 11
|
16 |
type: mozilla-foundation/common_voice_11_0
|
17 |
config: et
|
18 |
split: test
|
|
|
23 |
- name: Test CER
|
24 |
type: cer
|
25 |
value: 3.76
|
26 |
+
- task:
|
27 |
+
name: Automatic Speech Recognition
|
28 |
+
type: automatic-speech-recognition
|
29 |
+
dataset:
|
30 |
+
name: Common Voice 8
|
31 |
+
type: mozilla-foundation/common_voice_8_0
|
32 |
+
config: et
|
33 |
+
metrics:
|
34 |
+
- name: Test WER
|
35 |
+
type: wer
|
36 |
+
value: 13.793
|
37 |
+
- name: Test CER
|
38 |
+
type: cer
|
39 |
+
value: 3.194
|
40 |
---
|