sasha-meister
commited on
Commit
•
d53b452
1
Parent(s):
5433c1a
Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,32 @@ model-index:
|
|
36 |
- name: Test WER
|
37 |
type: wer
|
38 |
value: 3.96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
|
|
36 |
- name: Test WER
|
37 |
type: wer
|
38 |
value: 3.96
|
39 |
+
- task:
|
40 |
+
type: Automatic Speech Recognition
|
41 |
+
name: automatic-speech-recognition
|
42 |
+
dataset:
|
43 |
+
name: Mozilla Common Voice 10.0
|
44 |
+
type: mozilla-foundation/common_voice_10_0
|
45 |
+
config: ru
|
46 |
+
split: dev
|
47 |
+
args:
|
48 |
+
language: ru
|
49 |
+
metrics:
|
50 |
+
- name: Test WER
|
51 |
+
type: wer
|
52 |
+
value: 3.49
|
53 |
+
- task:
|
54 |
+
type: Automatic Speech Recognition
|
55 |
+
name: automatic-speech-recognition
|
56 |
+
dataset:
|
57 |
+
name: Sberdevices Golos (crowd)
|
58 |
+
type: SberDevices/Golos
|
59 |
+
config: crowd
|
60 |
+
split: test
|
61 |
+
args:
|
62 |
+
language: ru
|
63 |
+
metrics:
|
64 |
+
- name: Test WER
|
65 |
+
type: wer
|
66 |
+
value: 2.65
|
67 |
---
|