File size: 724 Bytes
352dc11 5b3468e 1f8d15a 5b3468e ef76e31 5b3468e bd0e1ee 352dc11 dd398db 752264b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
model-index:
- name: whisper-large-v2-ru
results:
- task:
type: automatic-speech-recognition
name: Automatic Speech Recognition
dataset:
name: mozilla-foundation/common_voice_11_0
type: mozilla-foundation/common_voice_11_0
config: ru
split: test
args: ru
metrics:
- type: wer
value: 7.73
name: WER
tags:
- whisper-event
---
Whisper model finetuned using audio data from Open STT Russian Dataset (https://github.com/snakers4/open_stt).
There is a differences in tokenization of source data (in our data normalization process, we replace punctucation with "" rather than Whisper's " "). This mismatch leads to a slight degradation on CommonVoice.
|