Skip to content

Commit

Permalink
Correct model card links for Gemma variants (keras-team#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMullins authored Nov 5, 2024
1 parent 4a86c89 commit 5a7ecb6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions keras_hub/src/models/gemma/gemma_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"params": 2506172416,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/codegemma",
},
"kaggle_handle": "kaggle://keras/codegemma/keras/code_gemma_1.1_2b_en/1",
},
Expand All @@ -61,7 +61,7 @@
"params": 2506172416,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/codegemma",
},
"kaggle_handle": "kaggle://keras/codegemma/keras/code_gemma_2b_en/1",
},
Expand Down Expand Up @@ -110,7 +110,7 @@
"params": 8537680896,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/codegemma",
},
"kaggle_handle": "kaggle://keras/codegemma/keras/code_gemma_7b_en/1",
},
Expand All @@ -124,7 +124,7 @@
"params": 8537680896,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/codegemma",
},
"kaggle_handle": "kaggle://keras/codegemma/keras/code_gemma_instruct_7b_en/1",
},
Expand All @@ -138,7 +138,7 @@
"params": 8537680896,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/codegemma",
},
"kaggle_handle": "kaggle://keras/codegemma/keras/code_gemma_1.1_instruct_7b_en/1",
},
Expand Down Expand Up @@ -208,7 +208,7 @@
"params": 2614341888,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/shieldgemma",
},
"kaggle_handle": "kaggle://google/shieldgemma/keras/shieldgemma_2b_en/1",
},
Expand All @@ -218,7 +218,7 @@
"params": 9241705984,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/shieldgemma",
},
"kaggle_handle": "kaggle://google/shieldgemma/keras/shieldgemma_9b_en/1",
},
Expand All @@ -228,7 +228,7 @@
"params": 27227128320,
"official_name": "Gemma",
"path": "gemma",
"model_card": "https://www.kaggle.com/models/google/gemma",
"model_card": "https://www.kaggle.com/models/google/shieldgemma",
},
"kaggle_handle": "kaggle://google/shieldgemma/keras/shieldgemma_27b_en/1",
},
Expand Down

0 comments on commit 5a7ecb6

Please sign in to comment.