-
Notifications
You must be signed in to change notification settings - Fork 106
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
Censoring #96
Comments
I don't know to be honest, but I think the "models" are just different implementations of the Whisper architecture and the model weights are still the same from openAI, so all the implementations will behave in the same way I assume. |
Not quite sure about this so just thought I’d check with you on it. “ NLLB 200 can translate in 200 languages, which makes it even more attractive! Quality seems to be on par with Opus MT in the languages we've tested. The model does not enforce any sort of filtering on adult content” Could we have the option to have different translation methods? Such as google translate, NLLB 200 |
I didn't know about NLLB 200 .. it seems interesting. Thanks for letting me know. For google translate, the official API will need keys and stuff .. And I want the project to be free from third party services, just self hosted AI models. |
Yes please that'd be great! |
Could we also add translation models such as opus and perhaps madlad from google? if not all's good! having nllb alone would be a game changer ;P |
Here you go @MidnightKittenCat, nllb200 has been added to the translation models. I am really surprised how good it is :) I don't think opus can come even close :D For now please update the package and give nllb200 a try. |
Great! I’m not home as of this moment so I’m a few hours I can give it a try, this should definitely fix the filtering issue I’ve been having ;P thanks a ton! Definitely looking forward to madlad |
You are welcome :) |
Just got back, I do not see the option to choose the translation model anywhere in the webui. |
It is in the webui as well. |
Are there any models that don't have any nsfw censoring?
The text was updated successfully, but these errors were encountered: