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

BBQ RoBERTa Base Reproducibility Help #3

Open
gsgoncalves opened this issue Jan 24, 2023 · 1 comment
Open

BBQ RoBERTa Base Reproducibility Help #3

gsgoncalves opened this issue Jan 24, 2023 · 1 comment

Comments

@gsgoncalves
Copy link

Hello,

Congratulations on this great work!

I am reaching out for pointers as I am unable to reproduce the accuracy results from the paper while using RoBERTa-Base.

I finetuned the RoBERTa-Base model on the RACE dataset, with the LRQA codebase. Next, I followed the instructions in the previous link to evaluate on BBQ. However, I obtained a 51.64%  average accuracy across categories, which is shy of the 61.4% reported in the paper.

I used the same parameters reported in the paper:

  • Total Batch Size: 16 (The total batch size is simulated with a batch size of 4 and a gradient accumulation of 4 steps)
  • Learning Rate: 1e-5
  • Nr Epochs: 3
  • Max Token Length: 512

I am using the libraries and respective versions in the requirements.txt file.

  • transformers==4.5.2
  • tokenizers==0.10.1
  • datasets==1.1.2

Do you have any clues as to why I am not able to obtain the same results in terms of accuracy while running the instructions of LRQA? Any pointers would be much appreciated!

Thank you!
Gustavo

@zphang
Copy link
Collaborator

zphang commented Feb 16, 2023

Hi, let me take a look into this.

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

2 participants