Skip to content

Commit 1283e70

Browse files
Update path (#1953)
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.
1 parent 3b331dd commit 1283e70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

keras_hub/src/models/llama/llama_presets.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "7 billion parameter, 32-layer, base LLaMA 2 model.",
88
"params": 6738415616,
99
"official_name": "LLaMA 2",
10-
"path": "llama2",
10+
"path": "llama",
1111
"model_card": "https://github.com/meta-llama/llama",
1212
},
1313
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_7b_en/1",
@@ -20,7 +20,7 @@
2020
),
2121
"params": 6739839488,
2222
"official_name": "LLaMA 2",
23-
"path": "llama2",
23+
"path": "llama",
2424
"model_card": "https://github.com/meta-llama/llama",
2525
},
2626
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_7b_en_int8/1",
@@ -33,7 +33,7 @@
3333
),
3434
"params": 6738415616,
3535
"official_name": "LLaMA 2",
36-
"path": "llama2",
36+
"path": "llama",
3737
"model_card": "https://github.com/meta-llama/llama",
3838
},
3939
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_instruct_7b_en/1",
@@ -46,7 +46,7 @@
4646
),
4747
"params": 6739839488,
4848
"official_name": "LLaMA 2",
49-
"path": "llama2",
49+
"path": "llama",
5050
"model_card": "https://github.com/meta-llama/llama",
5151
},
5252
"kaggle_handle": "kaggle://keras/llama2/keras/llama2_instruct_7b_en_int8/1",
@@ -59,7 +59,7 @@
5959
),
6060
"params": 6738415616,
6161
"official_name": "Vicuna",
62-
"path": "vicuna",
62+
"path": "llama",
6363
"model_card": "https://github.com/lm-sys/FastChat",
6464
},
6565
"kaggle_handle": "kaggle://keras/vicuna/keras/vicuna_1.5_7b_en/1",

0 commit comments

Comments
 (0)