mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
6 lines
236 B
Python
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})
|