Skip to content
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

Something wrong with model or maybe bug? #62

Open
TheMY3 opened this issue May 24, 2022 · 2 comments
Open

Something wrong with model or maybe bug? #62

TheMY3 opened this issue May 24, 2022 · 2 comments

Comments

@TheMY3
Copy link

TheMY3 commented May 24, 2022

I use this model for EasyNMT and found some interesting behavior, if I try to translate something related to translation or subtitles, I can got response like:

{"target_lang":"en","source_lang":"ru","translated":["== sync, corrected by elderman == @elder_man"],"translation_time":1.5843150615692139}

But source text was: Перевод субтитров in russian.

I try to found something in web and found videos and websites with this text, for example:
https://www.youtube.com/watch?v=cIAdPid3QHU
https://shopee.com.my/-sync-corrected-by-elderman-elder_man-i.512528608.12307149345

Can it be fixed somewhat?

@jorgtied
Copy link
Member

There is no easy fix for this besides of removing wrong examples from the training data and re-training. Maybe some fine-tuning could also help to remove this behavior. Otherwise it is not easy to change specific things as the NMT model itself is a black box and cannot be manipulated so easily. Sorry.

@kaankork
Copy link

kaankork commented Feb 7, 2023

Odd... I'm using Turkish to English model here and seeing the same behavior on most test samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants