Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itazap committed Aug 26, 2024
1 parent d850451 commit e73fa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/siglip/test_tokenization_siglip.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_pickle_subword_regularization_tokenizer(self):
def test_added_tokens_do_lower_case(self):
pass

@unittest.skip(reason="Sigliptokenizers trips the punctuation for chat tokens")
@unittest.skip(reason="Sigliptokenizer strips the punctuation for chat tokens")
def test_chat_template_return_assistant_tokens_mask(self):
pass

Expand Down

0 comments on commit e73fa01

Please sign in to comment.