ChengZi
2 years ago
1 changed files with
2 additions and
2 deletions
-
auto_transformers.py
|
@ -26,8 +26,8 @@ from towhee import register |
|
|
import warnings |
|
|
import warnings |
|
|
import logging |
|
|
import logging |
|
|
|
|
|
|
|
|
from train_mlm_with_hf_trainer import train_mlm_with_hf_trainer |
|
|
|
|
|
from train_clm_with_hf_trainer import train_clm_with_hf_trainer |
|
|
|
|
|
|
|
|
from .train_mlm_with_hf_trainer import train_mlm_with_hf_trainer |
|
|
|
|
|
from .train_clm_with_hf_trainer import train_clm_with_hf_trainer |
|
|
|
|
|
|
|
|
log = logging.getLogger('run_op') |
|
|
log = logging.getLogger('run_op') |
|
|
|
|
|
|
|
|