Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ pipeline_tag: automatic-speech-recognition
|
|
16 |
|
17 |
Multilingual Distilwhisper allows for better ASR performance in target languages by adding lightweight CLSR modules on top of whisper-small.
|
18 |
These modules are trained on a mix of cross-entropy (ASR) and knowledge distillation losses, where whisper-large-v2 is used as teacher.
|
|
|
19 |
|
20 |
## Inference
|
21 |
|
|
|
16 |
|
17 |
Multilingual Distilwhisper allows for better ASR performance in target languages by adding lightweight CLSR modules on top of whisper-small.
|
18 |
These modules are trained on a mix of cross-entropy (ASR) and knowledge distillation losses, where whisper-large-v2 is used as teacher.
|
19 |
+
More details in the ICASSP 2024 paper: arxiv.org/abs/2311.01070
|
20 |
|
21 |
## Inference
|
22 |
|