mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Reorder init imports
This commit is contained in:
parent
e70068a719
commit
9856c9213d
@ -1087,10 +1087,10 @@ if is_tf_available():
|
||||
_import_structure["models.layoutlm"].extend(
|
||||
[
|
||||
"TF_LAYOUTLM_PRETRAINED_MODEL_ARCHIVE_LIST",
|
||||
"TFLayoutLMMainLayer",
|
||||
"TFLayoutLMForMaskedLM",
|
||||
"TFLayoutLMForSequenceClassification",
|
||||
"TFLayoutLMForTokenClassification",
|
||||
"TFLayoutLMMainLayer",
|
||||
"TFLayoutLMModel",
|
||||
"TFLayoutLMPreTrainedModel",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user