OpenCompass/configs/eval_codegeex2.py
Leymore 2c915218e8
[Feaure] Add new models: baichuan2, tigerbot, vicuna v1.5 (#373)
* add bag of new models: baichuan2, tigerbot, vicuna v1.5

* update

* re-organize models

* update readme

* update
2023-09-08 15:41:20 +08:00

8 lines
218 B
Python

from mmengine.config import read_base
with read_base():
from .datasets.humanevalx.humanevalx_gen import humanevalx_datasets
from .models.codegeex2.hf_codegeex2_6b import models
datasets = humanevalx_datasets