зеркало из https://github.com/microsoft/DeBERTa.git
missing import of unicodedata package
This commit is contained in:
Родитель
f4f2bb9ed7
Коммит
31fe03f7dc
|
@ -8,6 +8,8 @@ Original license: MIT
|
|||
from functools import lru_cache
|
||||
import json
|
||||
import random
|
||||
import unicodedata
|
||||
|
||||
try:
|
||||
import regex as re
|
||||
except ImportError:
|
||||
|
|
Загрузка…
Ссылка в новой задаче