mzboito commited on
Commit
ced63b0
1 Parent(s): 3ad19c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -25,6 +25,7 @@ pipeline_tag: automatic-speech-recognition
25
 
26
  Multilingual Distilwhisper allows for better ASR performance in target languages by adding lightweight CLSR modules on top of whisper-small.
27
  These modules are trained on a mix of cross-entropy (ASR) and knowledge distillation losses, where whisper-large-v2 is used as teacher.
 
28
 
29
  ## Inference
30
 
 
25
 
26
  Multilingual Distilwhisper allows for better ASR performance in target languages by adding lightweight CLSR modules on top of whisper-small.
27
  These modules are trained on a mix of cross-entropy (ASR) and knowledge distillation losses, where whisper-large-v2 is used as teacher.
28
+ More details in the ICASSP 2024 paper: arxiv.org/abs/2311.01070
29
 
30
  ## Inference
31