Merged
Browse files
README.md
CHANGED
@@ -19,9 +19,23 @@ model-index:
|
|
19 |
split: test
|
20 |
args: audiofolder
|
21 |
metrics:
|
22 |
-
- name:
|
23 |
type: wer
|
24 |
value: 0.22405586116204554
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
19 |
split: test
|
20 |
args: audiofolder
|
21 |
metrics:
|
22 |
+
- name: WER
|
23 |
type: wer
|
24 |
value: 0.22405586116204554
|
25 |
+
- task:
|
26 |
+
name: Automatic Speech Recognition
|
27 |
+
type: automatic-speech-recognition
|
28 |
+
dataset:
|
29 |
+
name: Common Voice 11.0
|
30 |
+
type: mozilla-foundation/common_voice_11_0
|
31 |
+
config: sv-SE
|
32 |
+
split: test
|
33 |
+
args:
|
34 |
+
language: sv-SE
|
35 |
+
metrics:
|
36 |
+
- name: WER
|
37 |
+
type: wer
|
38 |
+
value: 26.69
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|