mitchelldehaven
commited on
Commit
•
9f7818f
1
Parent(s):
8d9ae6c
Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,6 @@ tags:
|
|
18 |
- whisper-event
|
19 |
---
|
20 |
|
21 |
-
Whisper model finetuned using audio data from Open STT Russian Dataset (https://github.com/snakers4/open_stt).
|
|
|
|
|
|
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.
|