Automatic Speech Recognition
Transformers
PyTorch
distilwhisper
text2text-generation
mzboito commited on
Commit
9eebb52
·
1 Parent(s): 78ccc81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ language:
19
 
20
  ## About
21
 
22
- Multilingual Distilwhisper allows for better inference in target languages by adding lightweight CLSR modules on top of whisper-small.
23
  These modules are trained on a mix of cross-entropy (ASR) and knowledge distillation losses, where whisper-large-v2 is used as teacher.
24
 
25
  ## Inference
 
19
 
20
  ## About
21
 
22
+ Multilingual Distilwhisper allows for better ASR performance in target languages by adding lightweight CLSR modules on top of whisper-small.
23
  These modules are trained on a mix of cross-entropy (ASR) and knowledge distillation losses, where whisper-large-v2 is used as teacher.
24
 
25
  ## Inference