You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in general you shouldn't use the --weights parameter at this time.
In the future you can use it to load fine tuned weights and make compressed versions, but that requires a python script to convert weights #11
Instead, only use the compressed weights (you don't need the keras weights, just the sfp files from the GemmaCpp download page).
Second, you probably want to start with the -it "instruction tuned" models which are more appropriate for interactive use. the -pt "pretrained models" are more of a starting point for fine tuning. So in summary:
Download 2b-it-sfp.sbs
Run with: this tweak to your command (remove --weights, pt->it):
Hi,
I am experiencing the follow issue, I tried the following versions:
https://www.kaggle.com/models/keras/gemma/frameworks/Keras/variations/gemma_2b_en/versions/1
https://www.kaggle.com/models/keras/gemma/frameworks/Keras/variations/gemma_2b_en/versions/2
Any ideas how to resolve?
Cheers,
Charbel
The text was updated successfully, but these errors were encountered: