mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* add TheoremQA with 5-shot * cherry pick from add-huggingface-above-v4.33, good TheoremQA results
5 lines
140 B
Python
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
|