cmmlu few_shot_num 5->0 (es code default is 0-shot despite docstring claiming 5); 28-bench parity check all green
This commit is contained in:
parent
e11cae038b
commit
7ce04b8ac6
@ -20,7 +20,7 @@ from ..spec import DatasetSpec
|
|||||||
subset='anatomy', # 67 subjects; override with --subset <subject> or 'all'
|
subset='anatomy', # 67 subjects; override with --subset <subject> or 'all'
|
||||||
split='test',
|
split='test',
|
||||||
few_shot_split='dev',
|
few_shot_split='dev',
|
||||||
few_shot_num=5,
|
few_shot_num=0, # es default is 0-shot (docstring says 5 but code says 0)
|
||||||
task_type='mcq',
|
task_type='mcq',
|
||||||
tags=['zh', 'knowledge'],
|
tags=['zh', 'knowledge'],
|
||||||
description='Chinese multiple-choice QA (official content, ModelScope mirror).',
|
description='Chinese multiple-choice QA (official content, ModelScope mirror).',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user