From dbb2f72792e2af3ff220313f84bf76a9a1ddbeb4 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 7 Nov 2023 15:05:29 -0800 Subject: 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. --- GUI/GUI/GUI/Frame.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI') 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", -- cgit v1.2.3