Skip to content

Commit f469350

Browse files
committed
Naming nits
1 parent a683f15 commit f469350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keras_nlp/src/models/phi3/phi3_causal_lm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Phi3CausalLM(CausalLM):
3030
tokens. This task setup can be used to train the model unsupervised on
3131
plain text input, or to autoregressively generate plain text similar to
3232
the data used for training. This task can be used for pre-training or
33-
fine-tuning a LLaMA model, simply by calling `fit()`.
33+
fine-tuning a Phi-3 model, simply by calling `fit()`.
3434
3535
This model has a `generate()` method, which generates text based on a
3636
prompt. The generation strategy used is controlled by an additional

keras_nlp/src/models/phi3/phi3_presets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
"""Llama model preset configurations."""
14+
"""Phi-3 model preset configurations."""
1515

1616
# Metadata for loading pretrained model weights.
1717
backbone_presets = {

0 commit comments

Comments
 (0)