Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
5933c04f
Unverified
Commit
5933c04f
authored
Nov 29, 2023
by
Fengzhe Zhou
Committed by
GitHub
Nov 29, 2023
Browse files
fix hellaswag_ppl_47bff9 (#648)
parent
e9e75fb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
configs/datasets/hellaswag/hellaswag_ppl_47bff9.py
configs/datasets/hellaswag/hellaswag_ppl_47bff9.py
+1
-3
No files found.
configs/datasets/hellaswag/hellaswag_ppl_47bff9.py
View file @
5933c04f
...
...
@@ -6,9 +6,7 @@ from opencompass.datasets import hellaswagDataset
hellaswag_reader_cfg
=
dict
(
input_columns
=
[
'ctx'
,
'A'
,
'B'
,
'C'
,
'D'
],
output_column
=
'label'
,
train_split
=
'validation'
,
test_split
=
'validation'
)
output_column
=
'label'
)
hellaswag_infer_cfg
=
dict
(
prompt_template
=
dict
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment