-
Notifications
You must be signed in to change notification settings - Fork 27k
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
High Quality EN-DE/EN-FR Translators #5419
Comments
Excuse me. |
I would guess that I get around to this by the end of July, but I can't be sure. We also have |
I will work on this one. |
Here is a lazy man's implementation that uses a simple proxy to the fairseq implementation and makes the spec test pass:
Now to the real work of porting... |
mostly done: #6940 |
once #6940 is merged this issue is to be closed |
FYI, Linked Pull requests automatically close the linked issue. |
I noticed that you already did the linking after leaving the comment, but decided to leave it as the previous comment of mine wasn't certain ;) |
Download instructions from torchub/fairseq: here
the BART conversion script should be reusable.
Open source status
Sergey Edunov, @myleott Michael Auli, David Grangier
Paper: https://arxiv.org/pdf/1808.09381.pdf
Spec
Desired API:
Steps
1b. Upload tokenizer to s3 so your tokenizer tests work on CI. You can work out of the
stas/fairseq-en-de
namespace on your modelhub account and then move everything over (or not) at the end.decoder_start_token_id
,num_beams
, and other config settings.and make sure most of the reasonable things are done.
At this point a full integration test (as above) should pass.
Helpful: https://huggingface.co/transformers/model_sharing.html
Assigned to: @stas00
The text was updated successfully, but these errors were encountered: