"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "2913cb24ecb16ba955006b41072adce45c5a0f62"
Unverified Commit 5933c04f authored by Fengzhe Zhou's avatar Fengzhe Zhou Committed by GitHub
Browse files

fix hellaswag_ppl_47bff9 (#648)

parent e9e75fb4
...@@ -6,9 +6,7 @@ from opencompass.datasets import hellaswagDataset ...@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment