OpenCompass/configs/datasets/TheoremQA/TheoremQA_gen.py
Fengzhe Zhou 004ed79593
[Feature] Add TheoremQA with 5-shot (#1048)
* add TheoremQA with 5-shot

* cherry pick from add-huggingface-above-v4.33, good TheoremQA results
2024-04-22 15:22:04 +08:00

5 lines
140 B
Python

from mmengine.config import read_base
with read_base():
from .TheoremQA_5shot_gen_6f0af8 import TheoremQA_datasets # noqa: F401, F403