OpenCompass/configs/summarizers/groups/humanevalx.py

6 lines
236 B
Python
Raw Permalink Normal View History

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})