Upload README.md
Browse files
README.md
CHANGED
@@ -12,20 +12,42 @@ datasets:
|
|
12 |
model-index:
|
13 |
- name: Polish comodoro Wav2Vec2 XLSR 300M CV8
|
14 |
results:
|
15 |
-
- task:
|
16 |
-
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
name: Common Voice 8
|
20 |
type: mozilla-foundation/common_voice_8_0
|
21 |
args: pl
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# wav2vec2-xls-r-300m-pl-cv8
|
31 |
|
|
|
12 |
model-index:
|
13 |
- name: Polish comodoro Wav2Vec2 XLSR 300M CV8
|
14 |
results:
|
15 |
+
- task:
|
16 |
+
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
name: Common Voice 8
|
20 |
type: mozilla-foundation/common_voice_8_0
|
21 |
args: pl
|
22 |
metrics:
|
23 |
+
- name: Test WER
|
24 |
+
type: wer
|
25 |
+
value: 17.0
|
26 |
+
- name: Test CER
|
27 |
+
type: cer
|
28 |
+
value: 3.8
|
29 |
+
- task:
|
30 |
+
name: Automatic Speech Recognition
|
31 |
+
type: automatic-speech-recognition
|
32 |
+
dataset:
|
33 |
+
name: Robust Speech Event - Dev Data
|
34 |
+
type: speech-recognition-community-v2/dev_data
|
35 |
+
args: pl
|
36 |
+
metrics:
|
37 |
+
- name: Test WER
|
38 |
+
type: wer
|
39 |
+
value: 38.97
|
40 |
+
- task:
|
41 |
+
name: Automatic Speech Recognition
|
42 |
+
type: automatic-speech-recognition
|
43 |
+
dataset:
|
44 |
+
name: Robust Speech Event - Test Data
|
45 |
+
type: speech-recognition-community-v2/eval_data
|
46 |
+
args: pl
|
47 |
+
metrics:
|
48 |
+
- name: Test WER
|
49 |
+
type: wer
|
50 |
+
value: 46.05
|
51 |
---
|
52 |
# wav2vec2-xls-r-300m-pl-cv8
|
53 |
|