mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
14 lines
363 B
Python
14 lines
363 B
Python
physics_summary_groups = []
|
|
|
|
# bbh
|
|
_physcis = [
|
|
'atomic_dataset_textonly',
|
|
'electro_dataset_textonly',
|
|
'mechanics_dataset_textonly',
|
|
'optics_dataset_textonly',
|
|
'quantum_dataset_textonly',
|
|
'statistics_dataset_textonly',
|
|
]
|
|
|
|
_physcis = ['PHYSICS_' + s for s in _physcis]
|
|
physics_summary_groups.append({'name': 'PHYSICS', 'subsets': _physcis}) |