OpenCompass/opencompass/configs/summarizers/groups/PHYSICS.py
Myhs_phz 75e7834b59
[Feature] Add Datasets: ClimateQA,Physics (#2017)
* feat ClimateQA

* feat PHYSICS

* fix

* fix

* fix

* fix
2025-04-14 20:18:47 +08:00

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