File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
tools/checkpoint_conversion Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 220220 },
221221 "kaggle_handle" : "kaggle://keras/medgemma/keras/medgemma_instruct_27b_text/1" ,
222222 },
223+ "function_gemma_instruct_270m" : {
224+ "metadata" : {
225+ "description" : (
226+ "A 270M Million parameter text-only model based on Gemma 3. "
227+ "This model is trained specifically for function calling "
228+ "improvements."
229+ ),
230+ "params" : 268098176 ,
231+ "path" : "gemma3" ,
232+ },
233+ "kaggle_handle" : "kaggle://keras/function-gemma/keras/function_gemma_instruct_270m/1" ,
234+ },
223235}
Original file line number Diff line number Diff line change 11from keras_hub .src .api_export import keras_hub_export
22
33# Unique source of truth for the version number.
4- __version__ = "0.25.0.dev0 "
4+ __version__ = "0.25.0"
55
66
77@keras_hub_export ("keras_hub.version" )
Original file line number Diff line number Diff line change 3333 "gemma3_instruct_12b" : "google/gemma-3-12b-it" ,
3434 "gemma3_27b" : "google/gemma-3-27b-pt" ,
3535 "gemma3_instruct_27b" : "google/gemma-3-27b-it" ,
36+ "function_gemma_instruct_270m" : "google/functiongemma-270m-it" ,
3637}
3738
3839FLAGS = flags .FLAGS
You can’t perform that action at this time.
0 commit comments