Patch evaluation for impossible values + cleanup

This commit is contained in:
LysandreJik
2019-12-05 14:44:57 -05:00
parent ce158a076f
commit 9ecd83dace
4 changed files with 11 additions and 26 deletions

View File

@@ -194,7 +194,7 @@ class PreTrainedTokenizer(object):
@property
def pad_token_type_id(self):
""" Id of the padding token in the vocabulary. Log an error if used while not having been set. """
""" Id of the padding token type in the vocabulary."""
return self._pad_token_type_id
@property