update README with eval results
Browse files
README.md
CHANGED
@@ -6,10 +6,23 @@ tags:
|
|
6 |
- robust-speech-event
|
7 |
datasets:
|
8 |
- common_voice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
# Russian Speech Recognition model
|
12 |
-
|
13 |
-
## Test results
|
14 |
-
|
15 |
-
Dataset: Test
|
|
|
6 |
- robust-speech-event
|
7 |
datasets:
|
8 |
- common_voice
|
9 |
+
model-index:
|
10 |
+
- name: Russian Wav2Vec2 XLS-R 300m
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Automatic Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: Common Voice-7.0
|
17 |
+
type: mozilla-foundation/common_voice_7_0
|
18 |
+
args: ru
|
19 |
+
metrics:
|
20 |
+
- name: Test WER
|
21 |
+
type: wer
|
22 |
+
value: 27.81
|
23 |
+
- name: Test CER
|
24 |
+
type: cer
|
25 |
+
value: 8.83
|
26 |
---
|
27 |
|
28 |
+
# Russian Speech Recognition model
|
|
|
|
|
|
|
|