fix hellaswag_ppl_47bff9 (#648)

This commit is contained in:
Fengzhe Zhou 2023-11-29 16:51:44 +08:00 committed by GitHub
parent e9e75fb4eb
commit 5933c04fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,7 @@ from opencompass.datasets import hellaswagDataset
hellaswag_reader_cfg = dict( hellaswag_reader_cfg = dict(
input_columns=['ctx', 'A', 'B', 'C', 'D'], input_columns=['ctx', 'A', 'B', 'C', 'D'],
output_column='label', output_column='label')
train_split='validation',
test_split='validation')
hellaswag_infer_cfg = dict( hellaswag_infer_cfg = dict(
prompt_template=dict( prompt_template=dict(