OpenCompass/opencompass/configs/summarizers/groups/ds1000.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
245 B
Python

ds1000_summary_groups = []
_ds1000_all = ['Pandas', 'Numpy', 'Tensorflow', 'Scipy', 'Sklearn', 'Pytorch', 'Matplotlib']
_ds1000_all = ['ds1000_' + d for d in _ds1000_all]
ds1000_summary_groups.append({'name': 'ds1000', 'subsets': _ds1000_all})