File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2222 from .modeling_bert import *
2323 from .tokenization_bert import *
2424 from .tokenization_bert_fast import *
25- from .tokenization_bert_tf import *
2625else :
2726 import sys
2827
Original file line number Diff line number Diff line change 2222 from .modeling_gpt2 import *
2323 from .tokenization_gpt2 import *
2424 from .tokenization_gpt2_fast import *
25- from .tokenization_gpt2_tf import *
2625else :
2726 import sys
2827
Original file line number Diff line number Diff line change @@ -109,10 +109,6 @@ class DecoratedItem:
109109 # Deprecated
110110 "InputExample" ,
111111 "InputFeatures" ,
112- # Signature is *args/**kwargs
113- "TFSequenceSummary" ,
114- "TFBertTokenizer" ,
115- "TFGPT2Tokenizer" ,
116112 # Missing arguments in the docstring
117113 "ASTFeatureExtractor" ,
118114 "AlbertModel" ,
You can’t perform that action at this time.
0 commit comments