We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309180f commit 367f95bCopy full SHA for 367f95b
src/transformers/models/bert/__init__.py
@@ -22,7 +22,6 @@
22
from .modeling_bert import *
23
from .tokenization_bert import *
24
from .tokenization_bert_fast import *
25
- from .tokenization_bert_tf import *
26
else:
27
import sys
28
utils/check_docstrings.py
@@ -111,7 +111,6 @@ class DecoratedItem:
111
"InputFeatures",
112
# Signature is *args/**kwargs
113
"TFSequenceSummary",
114
- "TFBertTokenizer",
115
"TFGPT2Tokenizer",
116
# Missing arguments in the docstring
117
"ASTFeatureExtractor",
0 commit comments