Upload README.md
Browse files
README.md
CHANGED
@@ -13,20 +13,42 @@ datasets:
|
|
13 |
model-index:
|
14 |
- name: Czech comodoro Wav2Vec2 XLSR 300M CV6.1
|
15 |
results:
|
16 |
-
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
name: Common Voice 6.1
|
21 |
type: common_voice
|
22 |
args: cs
|
23 |
metrics:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
# Wav2Vec2-Large-XLSR-53-Czech
|
32 |
|
|
|
13 |
model-index:
|
14 |
- name: Czech comodoro Wav2Vec2 XLSR 300M CV6.1
|
15 |
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
name: Common Voice 6.1
|
21 |
type: common_voice
|
22 |
args: cs
|
23 |
metrics:
|
24 |
+
- name: Test WER
|
25 |
+
type: wer
|
26 |
+
value: 22.2
|
27 |
+
- name: Test CER
|
28 |
+
type: cer
|
29 |
+
value: 5.1
|
30 |
+
- task:
|
31 |
+
name: Automatic Speech Recognition
|
32 |
+
type: automatic-speech-recognition
|
33 |
+
dataset:
|
34 |
+
name: Robust Speech Event - Dev Data
|
35 |
+
type: speech-recognition-community-v2/dev_data
|
36 |
+
args: cs
|
37 |
+
metrics:
|
38 |
+
- name: Test WER
|
39 |
+
type: wer
|
40 |
+
value: 66.78
|
41 |
+
- task:
|
42 |
+
name: Automatic Speech Recognition
|
43 |
+
type: automatic-speech-recognition
|
44 |
+
dataset:
|
45 |
+
name: Robust Speech Event - Test Data
|
46 |
+
type: speech-recognition-community-v2/eval_data
|
47 |
+
args: cs
|
48 |
+
metrics:
|
49 |
+
- name: Test WER
|
50 |
+
type: wer
|
51 |
+
value: 57.52
|
52 |
---
|
53 |
# Wav2Vec2-Large-XLSR-53-Czech
|
54 |
|