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

* Support OlympiadBench Benchmark * Support OlympiadBench Benchmark * Support OlympiadBench Benchmark * update dataset path * Update olmpiadBench * Update olmpiadBench * Update olmpiadBench * Add HLE dataset * Add HLE dataset * Add HLE dataset --------- Co-authored-by: sudanl <sudanl@foxmail.com>
6 lines
165 B
Python
6 lines
165 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
# Default use LLM as a judge
|
|
from .hle_llmverify_gen_6ff468 import hle_datasets # noqa: F401, F403
|