Helsinki-NLP / Opus-MT

Open neural machine translation models and web services
MIT License
574 stars 71 forks source link

English to Korean #65

Open zhiqihuang opened 2 years ago

zhiqihuang commented 2 years ago

Is there an English to Korean MT model? There are only ko-{tgt} models

Thanks.

jorgtied commented 2 years ago

This is the one I have: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-kor/opusTCv20210807+bt-2021-11-10.zip You can check with the leader board what kind of models are available for a language pair you are interested in: https://opus.nlpl.eu/leaderboard/index.php?metric=bleu&src=eng&trg=kor&test=all

zhiqihuang commented 2 years ago

This is the one I have: https://object.pouta.csc.fi/Tatoeba-MT-models/eng-kor/opusTCv20210807+bt-2021-11-10.zip You can check with the leader board what kind of models are available for a language pair you are interested in: https://opus.nlpl.eu/leaderboard/index.php?metric=bleu&src=eng&trg=kor&test=all

Thanks for the relay. Good to know there is an Eng-Kor NMT model. Is it possible to use it in Huggingface env? something like AutoModelForSeq2SeqLM.from_pretrained({Eng-Kor})

zhiqihuang commented 2 years ago

Now I can load and run the model using MARIANNMT. Is it possible to use it in hugginface env?

jorgtied commented 2 years ago

I have some trouble converting the model to pytorch but I can tell you that I’m also training a new model at the moment and hopefully it’ll come up here and on huggingface soon. Stay tuned

zhiqihuang commented 2 years ago

I have some trouble converting the model to pytorch but I can tell you that I’m also training a new model at the moment and hopefully it’ll come up here and on huggingface soon. Stay tuned

Nice. Thank you.

nickchomey commented 1 year ago

There's this model, but I can't get it to work. The output is all garbled. https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-en-ko/tree/main

BensenHsu commented 9 months ago

I have some trouble converting the model to pytorch but I can tell you that I’m also training a new model at the moment and hopefully it’ll come up here and on huggingface soon. Stay tuned

Hi @jorgtied. Thank you for the efforts! Have you trained one yet?