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

* add bag of new models: baichuan2, tigerbot, vicuna v1.5 * update * re-organize models * update readme * update
8 lines
218 B
Python
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
|