Unverified Commit 131a528b authored by Arthur's avatar Arthur Committed by GitHub
Browse files

well well well (#28011)

parent 17506d12
......@@ -273,7 +273,7 @@ class Wav2Vec2CTCTokenizer(PreTrainedTokenizer):
to_add = []
for token in new_tokens:
if isinstance(token, str):
to_add.append(AddedToken(token, rstrip=False, lstrip=False, normalize=False))
to_add.append(AddedToken(token, rstrip=False, lstrip=False, normalized=False))
else:
to_add.append(token)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment