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