Skip to content

Commit

Permalink
Added flag test_sentencepiece_ignore_case and space_between_special_t…
Browse files Browse the repository at this point in the history
…okens to True
  • Loading branch information
Kokane committed Nov 28, 2023
1 parent 92392b3 commit 05b44fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/models/rembert/test_tokenization_rembert.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
class RemBertTokenizationTest(TokenizerTesterMixin, unittest.TestCase):
tokenizer_class = RemBertTokenizer
rust_tokenizer_class = RemBertTokenizerFast
test_slow_tokenizer = True
space_between_special_tokens = True
test_rust_tokenizer = True
test_sentencepiece = True
test_sentencepiece_ignore_case = True

def setUp(self):
super().setUp()
Expand Down

0 comments on commit 05b44fa

Please sign in to comment.