OpenCompass/opencompass/configs/summarizers/groups/infinitebench.py
Songyang Zhang 46cc7894e1
[Feature] Support import configs/models/summarizers from whl (#1376)
* [Feature] Support import configs/models/summarizers from whl

* Update LCBench configs

* Update

* Update

* Update

* Update

* update

* Update

* Update

* Update

* Update

* Update
2024-08-01 00:42:48 +08:00

6 lines
348 B
Python

infinitebench_summary_groups = []
_infinitebench = ['codedebug', 'coderun', 'endia', 'enmc', 'enqa', 'ensum', 'mathcalc', 'mathfind', 'retrievekv', 'retrievenumber', 'retrievepasskey', 'zhqa']
_infinitebench = ['InfiniteBench_' + s for s in _infinitebench]
infinitebench_summary_groups.append({'name': 'InfiniteBench', 'subsets': _infinitebench})