OpenCompass/configs/summarizers/groups/humanevalx.py
Songyang Zhang 6997990c93
[Feature] Update Models (#1518)
* Update Models

* Update

* Update humanevalx

* Update

* Update
2024-09-12 23:35:30 +08:00

6 lines
236 B
Python

humanevalx_summary_groups = []
_humanevalx_all = ['python', 'cpp', 'go', 'java', 'js']
_humanevalx_all = ['humanevalx-' + d for d in _humanevalx_all]
humanevalx_summary_groups.append({'name': 'humanevalx', 'subsets': _humanevalx_all})