summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-11-07 15:05:29 -0800
committeryum <yum.food.vr@gmail.com>2023-11-07 15:05:29 -0800
commitdbb2f72792e2af3ff220313f84bf76a9a1ddbeb4 (patch)
tree2725c8caba7bcfb8c474ea64e1abcad4d8d06e29 /GUI
parentadd7bd8ef86ec21cd1327eb45bcb739aa54f7db8 (diff)
Add distilled whisper-medium model
I converted distil-whisper-medium.en to CTranslate2 format and uploaded it to huggingface. This model is exceptionally fast and light compared to the non-distilled version, at the cost of some accuracy.
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/Frame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp
index 602bf6d..0cdd99e 100644
--- a/GUI/GUI/GUI/Frame.cpp
+++ b/GUI/GUI/GUI/Frame.cpp
@@ -458,6 +458,7 @@ namespace {
"base",
"small.en",
"small",
+ "yumfood/whisper_distil_medium_en_ct2",
"medium.en",
"medium",
"large-v1",