mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fix hellaswag_ppl_47bff9 (#648)
This commit is contained in:
parent
e9e75fb4eb
commit
5933c04fda
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user