Black 20 release
This commit is contained in:
@@ -202,8 +202,7 @@ class CTRLTokenizer(PreTrainedTokenizer):
|
||||
return word
|
||||
|
||||
def _tokenize(self, text):
|
||||
""" Tokenize a string.
|
||||
"""
|
||||
"""Tokenize a string."""
|
||||
split_tokens = []
|
||||
|
||||
words = re.findall(r"\S+\n?", text)
|
||||
|
||||
Reference in New Issue
Block a user