-
Notifications
You must be signed in to change notification settings - Fork 296
Introduce T5Gemma model presets in KerasHub #2373
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: master
Are you sure you want to change the base?
Introduce T5Gemma model presets in KerasHub #2373
Conversation
Since the small presets are uploaded, change the presets names to kaggle presets from Keras here
And here
|
Good day @sachinprasadhs!
The first preset you mentioned here has been changed with this PR along with the others; possibly you are viewing the original version of the file before the diff?
This is not a Kaggle preset but an HF preset, which tests direct HF checkpoint loading. We cannot switch this out with the original preset from Google because the model is gated, and the GPU CI fails due to inadequate permissions. To this end, I uploaded the smallest HF preset to my account and included it instead. |
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.
Added comments.
@sachinprasadhs Resolved, thanks! |
@divyashreepathihalli @sachinprasadhs Errors unrelated to T5Gemma. |
Reference
Add T5Gemma presets after the model merge (#2339)