Commit 6b081f04 authored by thomwolf's avatar thomwolf Committed by Lysandre Debut
Browse files

style and quality

parent 0e31e06a
...@@ -45,11 +45,11 @@ from .modeling_albert import ( ...@@ -45,11 +45,11 @@ from .modeling_albert import (
from .modeling_bert import ( from .modeling_bert import (
BERT_PRETRAINED_MODEL_ARCHIVE_MAP, BERT_PRETRAINED_MODEL_ARCHIVE_MAP,
BertForMaskedLM, BertForMaskedLM,
BertForPreTraining,
BertForQuestionAnswering, BertForQuestionAnswering,
BertForSequenceClassification, BertForSequenceClassification,
BertForTokenClassification, BertForTokenClassification,
BertModel, BertModel,
BertForPreTraining,
) )
from .modeling_camembert import ( from .modeling_camembert import (
CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP, CAMEMBERT_PRETRAINED_MODEL_ARCHIVE_MAP,
......
...@@ -42,11 +42,11 @@ from .modeling_tf_albert import ( ...@@ -42,11 +42,11 @@ from .modeling_tf_albert import (
from .modeling_tf_bert import ( from .modeling_tf_bert import (
TF_BERT_PRETRAINED_MODEL_ARCHIVE_MAP, TF_BERT_PRETRAINED_MODEL_ARCHIVE_MAP,
TFBertForMaskedLM, TFBertForMaskedLM,
TFBertForPreTraining,
TFBertForQuestionAnswering, TFBertForQuestionAnswering,
TFBertForSequenceClassification, TFBertForSequenceClassification,
TFBertForTokenClassification, TFBertForTokenClassification,
TFBertModel, TFBertModel,
TFBertForPreTraining,
) )
from .modeling_tf_ctrl import TF_CTRL_PRETRAINED_MODEL_ARCHIVE_MAP, TFCTRLLMHeadModel, TFCTRLModel from .modeling_tf_ctrl import TF_CTRL_PRETRAINED_MODEL_ARCHIVE_MAP, TFCTRLLMHeadModel, TFCTRLModel
from .modeling_tf_distilbert import ( from .modeling_tf_distilbert import (
......
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