waveletdeboshir
commited on
Commit
•
8c17c7e
1
Parent(s):
b7b024d
Add metrics on golos-test-crowd
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ tags:
|
|
10 |
- pruned
|
11 |
- audio
|
12 |
- automatic-speech-recognition
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Whisper-small-ru-pruned
|
@@ -34,7 +37,11 @@ Model size is 15% less then original whisper-small:
|
|
34 |
* [waveletdeboshir/whisper-base-ru-pruned](https://huggingface.co/waveletdeboshir/whisper-base-ru-pruned)
|
35 |
|
36 |
## Metrics
|
37 |
-
|
|
|
|
|
|
|
|
|
38 |
|
39 |
You can fine-tune this model on your data to achive better performance.
|
40 |
|
|
|
10 |
- pruned
|
11 |
- audio
|
12 |
- automatic-speech-recognition
|
13 |
+
metrics:
|
14 |
+
- cer
|
15 |
+
- wer
|
16 |
---
|
17 |
|
18 |
# Whisper-small-ru-pruned
|
|
|
37 |
* [waveletdeboshir/whisper-base-ru-pruned](https://huggingface.co/waveletdeboshir/whisper-base-ru-pruned)
|
38 |
|
39 |
## Metrics
|
40 |
+
| | openai/whisper-small | waveletdeboshir/whisper-small-ru-pruned |
|
41 |
+
| :------ | :------ | :------ |
|
42 |
+
| WER* golos-test-crowd | 0.3358 | 0.3471 |
|
43 |
+
| CER* golos-test-crowd | 0.1561 | 0.1444 |
|
44 |
+
*Metrics were measured after text normalization
|
45 |
|
46 |
You can fine-tune this model on your data to achive better performance.
|
47 |
|