-
Notifications
You must be signed in to change notification settings - Fork 3
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
Low scores when running scripts for BART #2
Comments
Yes, copying the file is ok. I am not sure why are you getting such a low score. It seems like the model is not trained appropriately. Although the code we released is verified, I can try to reproduce the paper results again and share the fine-tuned checkpoint. But it needs some time. |
That would be really useful, thanks! [One more difference I can think of is that the code wouldn't run installing fairseq==0.9.0 as specified, I had to install fairseq==0.10.2] |
I also found this issue following identical steps in the training script for bart, (with fairseq==0.9.0), here are my scores
I wonder how it is going at the moment? Did you resolve the reproduction issue? Or could provide some pointers? Thank you! |
Hi,
Thank you for making the code for the paper available! I'm trying to replicate your experiments with BART, but when running your run.sh script I get the following scores:
Do you have any idea of what could be wrong here?
Note that I run
prepare.sh
in the bart directory, but therun.sh
script wouldn't work because it looks for files like "test.target" in the bart/resources directory, but these files are not there. I just copied the corresponding files from data/s2s_format to bart/resources, is that correct?Thanks!
Agostina
The text was updated successfully, but these errors were encountered: