-
Notifications
You must be signed in to change notification settings - Fork 515
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
Is it possible to tweak the adamw_torch optimizer to change Beta1 and Beta2 values? #743
Comments
which task? |
sorry, forgot to specify in details. It is for LLM fine-tuning
@abhishekkrthakur could you kindly let me know, is there a way to tweak the beta1 and beta2 values for adamw_torch to 0.9 and 0.95 respectively for beta1 and beta2? I believe the default value is 0.9 and 0.999 respectively |
@abhishekkrthakur any clue on this? thanks! |
i can add the params. for now they are hidden. is it required? |
that may be good. I think the use case might be small, because I am using autotrain specifically for research. Thus, I would prefer to follow the standard convention which is 0.95 for beta2, instead of 0.999 for beta2. This follows the research community best practices. would this be possible? facebookresearch/mae#184 |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 20 days since being marked as stale. |
As per title,
How can I tweak the beta1 and beta2 values in my .yml file?
@abhishekkrthakur wondering if this is possible. thanks!
The text was updated successfully, but these errors were encountered: