We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade03f0 commit bf1350cCopy full SHA for bf1350c
keras_hub/src/models/llama/llama_backbone.py
@@ -59,7 +59,7 @@ class LlamaBackbone(Backbone):
59
}
60
61
# Pretrained Llama decoder.
62
- model = keras_hub.models.LlamaBackbone.from_preset("llama7b_base_en")
+ model = keras_hub.models.LlamaBackbone.from_preset("llama2_7b_en")
63
model(input_data)
64
65
# Randomly initialized Llama decoder with custom config.
0 commit comments