Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[blenderbot] regex fix (huggingface#8282)
Fixing: ``` src/transformers/tokenization_blenderbot.py:163: DeprecationWarning: invalid escape sequence \s token = re.sub("\s{2,}", " ", token) ```
- Loading branch information