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

cannot reproduce the test result #3

Open
yimeng0701 opened this issue Mar 7, 2022 · 0 comments
Open

cannot reproduce the test result #3

yimeng0701 opened this issue Mar 7, 2022 · 0 comments

Comments

@yimeng0701
Copy link

Thanks for your great work!

I have difficulty in reproducing the bleu score on the test set for the BERT2BERT model, which should be 5.58 according to your paper:
Screenshot_1

what I have done is:

  1. I downloaded your pretrained BERT2BERT model from huggingface and then did the prediction on the test set. I also tried to tune the top_k, top_p and other args during generation, according to your instruction. The highest bleu score I could get on the test set is 0.91:

Screenshot_2

  1. I also tried to train the model from scratch, using the train-bert2bert.ipynb file, however, the highest bleu score I could get is less than 2.

As you can see, it is far from 5.58. So could you please share with us the prediction code, as well as the values of all args, hyper-parameters (e.g. top_k, top_p, temperature, length_penalty...) that could reproduce your test result?

Thanks a lot!

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

1 participant