feat: add eval results
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
|
|
|
10 |
- common_voice
|
11 |
model-index:
|
12 |
- name: ''
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: Common Voice 7
|
19 |
+
type: mozilla-foundation/common_voice_7_0
|
20 |
+
args: et
|
21 |
+
metrics:
|
22 |
+
- name: Test WER
|
23 |
+
type: wer
|
24 |
+
value: 0.34753420299077314
|
25 |
+
- name: Test CER
|
26 |
+
type: cer
|
27 |
+
value: 0.07542956089330906
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|