mitchelldehaven
commited on
Commit
•
dd398db
1
Parent(s):
a5c1697
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,8 @@ model-index:
|
|
16 |
name: WER
|
17 |
tags:
|
18 |
- whisper-event
|
19 |
-
---
|
|
|
|
|
|
|
|
|
|
16 |
name: WER
|
17 |
tags:
|
18 |
- whisper-event
|
19 |
+
---
|
20 |
+
|
21 |
+
Whisper model finetuned using audio data from Open STT Russian Dataset (https://github.com/snakers4/open_stt).
|
22 |
+
|
23 |
+
Due to differences in tokenization of source data (in our data normalization process, we replace punctucation with `""` rather than Whisper's `" "`), there is a slight degredation on CommonVoice.
|