"tools/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "0b2203411922791785ec9b9b7cdef855b5183306"
Commit 80aa87d9 authored by thomwolf's avatar thomwolf
Browse files

fix distilbert tokenizer

parent 455a4c84
......@@ -25,7 +25,7 @@ from .tokenization_transfo_xl import TransfoXLTokenizer
from .tokenization_xlnet import XLNetTokenizer
from .tokenization_xlm import XLMTokenizer
from .tokenization_roberta import RobertaTokenizer
from.tokenization_distilbert import DistilBertTokenizer
from .tokenization_distilbert import DistilBertTokenizer
logger = logging.getLogger(__name__)
......
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