-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Language Model: German #86
Comments
That would be really useful. Does the app author need to train the model for each language, or is it possible to use other models available on the web? |
Finetuned whisper tiny/base/small models can be used. Most finetuned whisper models are of the large variant which is much too big to reasonably run on an Android phone, however there are some that are tiny/base/small. We'll be working on a solution that'll allow you to use these. |
Is there a solution yet? |
Tiny/Base/Small are corresponding to quantized models, or those could be quantized further? Are the models to finetune manually for a specific language? If yes, what are the main steps so we could generate a model to support also German language? Also I'm not sure if finetuning and training are different things. AI-n00b here; still need to figure out how to perform them. |
Requesting "German language model"
The text was updated successfully, but these errors were encountered: