-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add config_init_kwargs
option in GRPOConfig
#4069
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
base: main
Are you sure you want to change the base?
Add config_init_kwargs
option in GRPOConfig
#4069
Conversation
Thanks for the PR, can you explain why you need this option? |
Thank you for the comment.
|
Out of curiosity, when passing the trust remote code arg, does it allow to train with custom code? |
My current experiment is going well with downgrading transformers and modifying code in my model. |
why do you need to downgrade transformers? |
The custom model I am using does not follow the latest transformers. |
What does this PR do?
Add
config_init_kwargs
option inGRPOConfig
Before submitting
Pull Request section?
to it if that's the case.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.