OpenCompass/configs/datasets/SuperGLUE_WSC/SuperGLUE_WSC_gen.py
Qing 229a65f305
[Fix] Fix typo in WSC prompt (#520)
Co-authored-by: wq.chu <wq.chu@tianrang-inc.com>
2023-10-30 12:16:26 +08:00

5 lines
132 B
Python

from mmengine.config import read_base
with read_base():
from .SuperGLUE_WSC_gen_fe4bf3 import WSC_datasets # noqa: F401, F403