mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
24 lines
1019 B
Python
24 lines
1019 B
Python
TASK_GROUP_NEW = {
|
|
'life_culture_custom': 'life_culture_custom',
|
|
'childbearing and education': 'life_culture_custom',
|
|
'culture and community': 'life_culture_custom',
|
|
'culture and customs': 'life_culture_custom',
|
|
'food and drink': 'life_culture_custom',
|
|
'health': 'life_culture_custom',
|
|
'holidays': 'life_culture_custom',
|
|
'home': 'life_culture_custom',
|
|
'person': 'life_culture_custom',
|
|
'transport': 'life_culture_custom',
|
|
'science': 'life_culture_custom',
|
|
'travel': 'life_culture_custom',
|
|
'business_finance': 'business_finance',
|
|
'business and finance': 'business_finance',
|
|
'education_profession': 'education_profession',
|
|
'public education and courses': 'education_profession',
|
|
'politics_policy_law': 'politics_policy_law',
|
|
'politics': 'politics_policy_law',
|
|
}
|
|
|
|
OpenHuEval_Path = '/mnt/hwfile/opendatalab/MinerU4S/yanghaote/XYZ/OpenHuEval'
|
|
DATA_VERSION = '250131'
|
|
DATA_PATH = f'{OpenHuEval_Path}/data/HuLifeQA/HuLifeQA_{DATA_VERSION}/HuLifeQA.jsonl' |