Commit
·
e903a02
1
Parent(s):
4798204
Update README.md
Browse files
README.md
CHANGED
@@ -78,4 +78,18 @@ model-index:
|
|
78 |
- name: Test WER
|
79 |
type: wer
|
80 |
value: 7.56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
---
|
|
|
78 |
- name: Test WER
|
79 |
type: wer
|
80 |
value: 7.56
|
81 |
+
- task:
|
82 |
+
type: Automatic Speech Recognition
|
83 |
+
name: automatic-speech-recognition
|
84 |
+
dataset:
|
85 |
+
name: Russian LibriSpeech
|
86 |
+
type: RuLS
|
87 |
+
config: ru
|
88 |
+
split: test
|
89 |
+
args:
|
90 |
+
language: ru
|
91 |
+
metrics:
|
92 |
+
- name: Test WER
|
93 |
+
type: wer
|
94 |
+
value: 11.95
|
95 |
---
|