mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
reorganize import
This commit is contained in:
parent
5e1e8fafe7
commit
ebd137fe03
@ -39,9 +39,10 @@ if is_torch_available():
|
||||
|
||||
from transformers import (
|
||||
PLMForCausalLM,
|
||||
PLMModel,
|
||||
PLMForSequenceClassification,
|
||||
PLMForTokenClassification,
|
||||
PLMModel,
|
||||
|
||||
)
|
||||
|
||||
# from transformers.models.plm.modeling_plm import (
|
||||
|
Loading…
Reference in New Issue
Block a user