Skip to content

Commit 971e281

Browse files
committed
fix
1 parent 81ee36b commit 971e281

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

paddlenlp/transformers/tokenizer_utils_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,9 +1339,6 @@ def __init__(self, **kwargs):
13391339

13401340
self.model_input_names = kwargs.pop("model_input_names", self.model_input_names)
13411341

1342-
# By default, do not split special tokens for both fast and slow tokenizers
1343-
self.split_special_tokens = kwargs.pop("split_special_tokens", False)
1344-
13451342
self.deprecation_warnings = (
13461343
{}
13471344
) # Use to store when we have already noticed a deprecation warning (avoid overlogging).

0 commit comments

Comments
 (0)