Helsinki-NLP / OPUS-MT-train

Training open neural machine translation models
MIT License
312 stars 39 forks source link

Request for model Helsinki-NLP/opus-mt-en-ko #61

Open linlinsam opened 2 years ago

linlinsam commented 2 years ago

Hello! I came across the model Helsinki-NLP/opus-mt-ko-en on the Huggingface and its quality is surprisingly great! May I ask if you have a model for the opposite direction, Helsinki-NLP/opus-mt-en-ko? Thank you very much.

jorgtied commented 2 years ago

I have a new model running at the moment. I have surprisingly big trouble in training en-ko for some strange reason. The approach with a shared vocabulary does not work at all and results in some weird model behavior. I now train with separate source and target vocabularies, which probably makes sense anyway. It may, however cause some trouble with the huggingface integration. I don't know yet ....

linlinsam commented 2 years ago

I see. Thank you very much for working on it. Looking forward to the good news!