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

English to Korean #65

Open
zhiqihuang opened this issue Jul 14, 2022 · 7 comments
Open

English to Korean #65

zhiqihuang opened this issue Jul 14, 2022 · 7 comments

Comments

@zhiqihuang
Copy link

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

Thanks.

@jorgtied
Copy link
Member

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
Copy link
Author

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
Copy link
Author

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

@jorgtied
Copy link
Member

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
Copy link
Author

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
Copy link

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
Copy link

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?

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

4 participants