huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
133.94k stars 26.78k forks source link

A model or a config like 'transformer_iwslt_de_en' for machine translation #12386

Open logoutAgain opened 3 years ago

logoutAgain commented 3 years ago

🌟 New model addition

Does huggingface have some models like transformer_iwslt_de_en or transformer_wmt_en_de in fairseq for machine translation?

I plan to write a model for machine translation on huggingface. It would be great to be able to compare directly with the baseline model on huggingface.

@patil-suraj

Hannibal046 commented 3 years ago

I am also eager for a transformer base model to train from scratch with HuggingFace

yzlnew commented 2 years ago

In huggingface transformers it's called FSMT, short for FairSeq Machine Translation.

shizhediao commented 1 year ago

I have the same need, looking for a transformer base model. Will try FSMT. Thanks!