You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible solution would be to add the .en variant to the MODEL_MAP constant in the model_handler.rs file. As an example, if the user instantiates the ModelHandler with "tiny.en", a mapping should exist for: "tiny.en" => "ggml-tiny-en"
The text was updated successfully, but these errors were encountered:
User story
As a user, I want to be able to use .en models, so that I can have a better transcription performance.
Acceptance criteria
Development information
The model_handler.rs contains code responsible for downloading models based on their name.
The download of a model is as follows:
Potential solution
A possible solution would be to add the .en variant to the
MODEL_MAP
constant in themodel_handler.rs
file. As an example, if the user instantiates the ModelHandler with "tiny.en", a mapping should exist for: "tiny.en" => "ggml-tiny-en"The text was updated successfully, but these errors were encountered: