Suddenly model does not work anymore

#7
by KimTang - opened

Hello,

I noticed that the model does not translate correctly anymore despite working well previously.

The provided example translates to some weird string sequence:

grafik.png

Can it be reset to a previous (working) version?

I found a fix by running the model on my own machine.

Clone the git repository, git checkout the previous commit, and run the model locally. This worked for me.

You can use revision parameter in from_pretrained to pass the commit hash and get the previous model.

Thank you all for reporting! We have reverted the PR for now (https://huggingface.co/facebook/wmt19-en-de/discussions/8) and will investigate.

Sign up or log in to comment