File size: 132 Bytes
cc8629b |
1 2 3 4 5 |
from mmengine.config import read_base
with read_base():
from .FewCLUE_chid_ppl_8f2872 import chid_datasets # noqa: F401, F403
|
cc8629b |
1 2 3 4 5 |
from mmengine.config import read_base
with read_base():
from .FewCLUE_chid_ppl_8f2872 import chid_datasets # noqa: F401, F403
|