Skip to content

Commit

Permalink
Naming nits
Browse files Browse the repository at this point in the history
  • Loading branch information
abuelnasr0 committed May 7, 2024
1 parent a683f15 commit f469350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keras_nlp/src/models/phi3/phi3_causal_lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Phi3CausalLM(CausalLM):
tokens. This task setup can be used to train the model unsupervised on
plain text input, or to autoregressively generate plain text similar to
the data used for training. This task can be used for pre-training or
fine-tuning a LLaMA model, simply by calling `fit()`.
fine-tuning a Phi-3 model, simply by calling `fit()`.
This model has a `generate()` method, which generates text based on a
prompt. The generation strategy used is controlled by an additional
Expand Down
2 changes: 1 addition & 1 deletion keras_nlp/src/models/phi3/phi3_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Llama model preset configurations."""
"""Phi-3 model preset configurations."""

# Metadata for loading pretrained model weights.
backbone_presets = {
Expand Down

0 comments on commit f469350

Please sign in to comment.