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

MNTP learning rate #76

Closed
spookyQubit opened this issue May 17, 2024 · 2 comments
Closed

MNTP learning rate #76

spookyQubit opened this issue May 17, 2024 · 2 comments

Comments

@spookyQubit
Copy link

Great work. Really appreciate that the code is public (and also the paper is so clearly written).

I had a question about the MNTP config. Can you please confirm what learning rate was used when running run_mntp.py for llama2/llama3? Looking at the configs under train_configs, it seems that the default learning rate in TrainingArguments of 5e-5 was used?

Sorry if this is already in the paper and I missed it (I read appendix D.1.1 but I am not sure where to look at the details for same training parameters as RoBERTa MNTP training).

-- Thanks.

@vaibhavad
Copy link
Collaborator

Hi @spookyQubit, thanks for your interest in our work.

We modified the huggingface mlm training script. Similar to this script, we used the default learning rate in TrainingArguments which is 5e-5.

@spookyQubit
Copy link
Author

Thanks @vaibhavad .

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