carlosdanielhernandezmena
commited on
Commit
•
66ddb59
1
Parent(s):
37d382d
Updating WER results on Mozilla CM 11.0
Browse files
README.md
CHANGED
@@ -19,15 +19,28 @@ model-index:
|
|
19 |
name: Automatic Speech Recognition
|
20 |
type: automatic-speech-recognition
|
21 |
dataset:
|
22 |
-
name: Common Voice
|
23 |
-
type:
|
24 |
split: test
|
25 |
args:
|
26 |
language: mt
|
27 |
metrics:
|
28 |
- name: Test WER
|
29 |
type: wer
|
30 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
# wav2vec2-large-xlsr-53-maltese-64h
|
|
|
19 |
name: Automatic Speech Recognition
|
20 |
type: automatic-speech-recognition
|
21 |
dataset:
|
22 |
+
name: Mozilla Common Voice 11.0 (Test)
|
23 |
+
type: mozilla-foundation/common_voice_11_0
|
24 |
split: test
|
25 |
args:
|
26 |
language: mt
|
27 |
metrics:
|
28 |
- name: Test WER
|
29 |
type: wer
|
30 |
+
value: 1.57
|
31 |
+
- task:
|
32 |
+
name: Automatic Speech Recognition
|
33 |
+
type: automatic-speech-recognition
|
34 |
+
dataset:
|
35 |
+
name: Mozilla Common Voice 11.0 (Dev)
|
36 |
+
type: mozilla-foundation/common_voice_11_0
|
37 |
+
split: dev
|
38 |
+
args:
|
39 |
+
language: mt
|
40 |
+
metrics:
|
41 |
+
- name: Test WER
|
42 |
+
type: wer
|
43 |
+
value: 1.40
|
44 |
---
|
45 |
|
46 |
# wav2vec2-large-xlsr-53-maltese-64h
|