Skip to content

Commit

Permalink
Update mistral_tokenizer.py (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmith26 authored Mar 27, 2024
1 parent 4d1c883 commit 043d662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_nlp/models/mistral/mistral_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MistralTokenizer(SentencePieceTokenizer):
```python
# Unbatched input.
tokenizer = keras_nlp.models.MistralTokenizer.from_preset(
"mistral_base_en",
"mistral_7b_en",
)
tokenizer("The quick brown fox jumped.")
Expand Down

0 comments on commit 043d662

Please sign in to comment.