File size: 130 Bytes
c7da1cb |
1 2 3 4 5 |
from mmengine.config import read_base
with read_base():
from .FewCLUE_csl_ppl_841b62 import csl_datasets # noqa: F401, F403
|
c7da1cb |
1 2 3 4 5 |
from mmengine.config import read_base
with read_base():
from .FewCLUE_csl_ppl_841b62 import csl_datasets # noqa: F401, F403
|