[Docs] Fix spelling and grammar mistakes (#28825)
* Fix typos and grammar mistakes in docs and examples * Fix typos in docstrings and comments * Fix spelling of `tokenizer` in model tests * Remove erroneous spaces in decorators * Remove extra spaces in Markdown link texts
This commit is contained in:
@@ -158,7 +158,7 @@ class Qwen2TokenizationTest(TokenizerTesterMixin, unittest.TestCase):
|
||||
self.assertEqual(tokenizer_output_string, output_string)
|
||||
|
||||
def test_slow_tokenizer_decode_spaces_between_special_tokens_default(self):
|
||||
# Qwen2Tokenzier changes the default `spaces_between_special_tokens` in `decode` to False
|
||||
# Qwen2Tokenizer changes the default `spaces_between_special_tokens` in `decode` to False
|
||||
if not self.test_slow_tokenizer:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user