Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
Update preset path for keras.io.

There is no LLaMA2 in keras.io https://keras.io/api/keras_hub/models/llama2

This is the actual link:
https://keras.io/api/keras_hub/models/llama2

For Vicuna it does not have it's own model direcotry, since it is also the part of Llama,, updated the path.
  • Loading branch information
sachinprasadhs authored Oct 23, 2024
1 parent 3b331dd commit 5967eec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions keras_hub/src/models/llama/llama_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "7 billion parameter, 32-layer, base LLaMA 2 model.",
"params": 6738415616,
"official_name": "LLaMA 2",
"path": "llama2",
"path": "llama",
"model_card": "https://github.com/meta-llama/llama",
},
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_7b_en/1",
Expand All @@ -20,7 +20,7 @@
),
"params": 6739839488,
"official_name": "LLaMA 2",
"path": "llama2",
"path": "llama",
"model_card": "https://github.com/meta-llama/llama",
},
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_7b_en_int8/1",
Expand All @@ -33,7 +33,7 @@
),
"params": 6738415616,
"official_name": "LLaMA 2",
"path": "llama2",
"path": "llama",
"model_card": "https://github.com/meta-llama/llama",
},
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_instruct_7b_en/1",
Expand All @@ -46,7 +46,7 @@
),
"params": 6739839488,
"official_name": "LLaMA 2",
"path": "llama2",
"path": "llama",
"model_card": "https://github.com/meta-llama/llama",
},
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_instruct_7b_en_int8/1",
Expand All @@ -59,7 +59,7 @@
),
"params": 6738415616,
"official_name": "Vicuna",
"path": "vicuna",
"path": "llama",
"model_card": "https://github.com/lm-sys/FastChat",
},
"kaggle_handle": "kaggle://keras/vicuna/keras/vicuna_1.5_7b_en/1",
Expand Down

0 comments on commit 5967eec

Please sign in to comment.