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

* add qa dingo * update * change name qa to dingo * eval model: llm_base * update path * change name and move path * add eval_dingo * update import * add for pip * add dingo package * change import place * update import place * fix lint fail * isort * double quoted --------- Co-authored-by: sj <shijin@pjlab.org.cn>
8 lines
201 B
Python
8 lines
201 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .models.hf_internlm.hf_internlm_7b import models
|
|
from .datasets.dingo.dingo_gen import datasets
|
|
|
|
work_dir = './outputs/eval_dingo'
|