waveletdeboshir commited on
Commit
65aa48f
1 Parent(s): b2e33cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ Pruning was made without any fine-tuning. Method from [this post](https://medium
21
  ## Size
22
  Only 10% tokens was left including special whisper tokens, added whisper tokens, 100 most popular tokens from tokenizer and 3000 most popular Russian tokens computed by tokenization of russian text corpus.
23
 
24
- Model size is 50% less then original whisper-small:
25
  | | openai/whisper-tiny | waveletdeboshir/whisper-tiny-ru-pruned |
26
  | :------ | :------ | :------ |
27
  | n of parameters | 38 M | 19.6 M |
 
21
  ## Size
22
  Only 10% tokens was left including special whisper tokens, added whisper tokens, 100 most popular tokens from tokenizer and 3000 most popular Russian tokens computed by tokenization of russian text corpus.
23
 
24
+ Model size is 50% less then original whisper-tiny:
25
  | | openai/whisper-tiny | waveletdeboshir/whisper-tiny-ru-pruned |
26
  | :------ | :------ | :------ |
27
  | n of parameters | 38 M | 19.6 M |