OpenCompass/configs/datasets/lveval/lvevalfactrecall_en/lveval_factrecall_en_gen.py
yuantao2108 bbec7d8733
[Feature] add lveval benchmark (#914)
* add lveval benchmark

* add LVEval readme file

* update LVEval readme file

* Update configs/eval_bluelm_32k_lveval.py

* Update configs/eval_llama2_7b_lveval.py

---------

Co-authored-by: yuantao <yuantao@infini-ai.com>
Co-authored-by: Mo Li <82895469+DseidLi@users.noreply.github.com>
2024-03-04 11:22:03 +08:00

7 lines
173 B
Python

from mmengine.config import read_base
with read_base():
from .lveval_factrecall_en_gen_9a836f import (
LVEval_factrecall_en_datasets,
) # noqa: F401, F403