Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
254ebb97
Commit
254ebb97
authored
Dec 04, 2019
by
Julien Plu
Browse files
Bugfix on init file. Missing comma.
parent
ecb923da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transformers/__init__.py
transformers/__init__.py
+1
-1
No files found.
transformers/__init__.py
View file @
254ebb97
...
...
@@ -162,7 +162,7 @@ if is_tf_available():
from
.modeling_tf_distilbert
import
(
TFDistilBertPreTrainedModel
,
TFDistilBertMainLayer
,
TFDistilBertModel
,
TFDistilBertForMaskedLM
,
TFDistilBertForSequenceClassification
,
TFDistilBertForTokenClassification
TFDistilBertForTokenClassification
,
TFDistilBertForQuestionAnswering
,
TF_DISTILBERT_PRETRAINED_MODEL_ARCHIVE_MAP
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment