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

* 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>
7 lines
165 B
Python
7 lines
165 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .lveval_lic_mixup_gen_01eb0c import (
|
|
LVEval_lic_mixup_datasets,
|
|
) # noqa: F401, F403
|