Skip to content

Commit

Permalink
Remove warning from Phi-3 tokenizer (pytorch#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings authored Jul 2, 2024
1 parent 95ccf40 commit cfd33d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions torchtune/models/phi3/_model_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def phi3_mini_tokenizer(path: str) -> Phi3MiniSentencePieceTokenizer:
it is also augmented with special tokens like <endoftext>
and <assistant>.
Warning:
Microsoft currently opts to ignore system messages citing better performance.
See https://huggingface.co/microsoft/Phi-3-mini-4k-instruct/discussions/51 for more details.
Returns:
Phi3MiniSentencePieceTokenizer: Instantiation of the SPM tokenizer.
"""
Expand Down

0 comments on commit cfd33d4

Please sign in to comment.