-
Notifications
You must be signed in to change notification settings - Fork 301
Added KerasTuner Hyper-Parameter Search for the BERT fine-tuning script. #143
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
Added KerasTuner Hyper-Parameter Search for the BERT fine-tuning script. #143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks this looks good! Left a few comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
…/Stealth-py/keras-nlp into kerastuner-hyperparameter-search
Thank you for the reviews! I've made the appropriate changes. |
Thank you for the reviews! I've resolved most of them, have a few doubts in the couple unresolved conversations above. |
@Stealth-py thanks! Replied above. This overall is looking great, but I think we need to resolve the "re-training" question before we land this. |
@mattdangerw I've made the final changes in the last commit! I hope this is fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks for all the work on this.
This will be a good model for hyper parameter search for fine tuning in general, which is something we will likely need to do a lot of.
Fixes #114
This PR is open for review!