Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
6b081f04
Commit
6b081f04
authored
Jan 24, 2020
by
thomwolf
Committed by
Lysandre Debut
Jan 27, 2020
Browse files
style and quality
parent
0e31e06a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/transformers/modeling_auto.py
src/transformers/modeling_auto.py
+1
-1
src/transformers/modeling_tf_auto.py
src/transformers/modeling_tf_auto.py
+1
-1
No files found.
src/transformers/modeling_auto.py
View file @
6b081f04
...
...
@@ -45,11 +45,11 @@ from .modeling_albert import (
from
.modeling_bert
import
(
BERT_PRETRAINED_MODEL_ARCHIVE_MAP
,
BertForMaskedLM
,
BertForPreTraining
,
BertForQuestionAnswering
,
BertForSequenceClassification
,
BertForTokenClassification
,
BertModel
,
BertForPreTraining
,
)
from
.modeling_camembert
import
(
CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP
,
...
...
src/transformers/modeling_tf_auto.py
View file @
6b081f04
...
...
@@ -42,11 +42,11 @@ from .modeling_tf_albert import (
from
.modeling_tf_bert
import
(
TF_BERT_PRETRAINED_MODEL_ARCHIVE_MAP
,
TFBertForMaskedLM
,
TFBertForPreTraining
,
TFBertForQuestionAnswering
,
TFBertForSequenceClassification
,
TFBertForTokenClassification
,
TFBertModel
,
TFBertForPreTraining
,
)
from
.modeling_tf_ctrl
import
TF_CTRL_PRETRAINED_MODEL_ARCHIVE_MAP
,
TFCTRLLMHeadModel
,
TFCTRLModel
from
.modeling_tf_distilbert
import
(
...
...
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