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
gaoqiong
lm-evaluation-harness
Commits
7e6e3c20
Commit
7e6e3c20
authored
Oct 04, 2023
by
haileyschoelkopf
Browse files
modify default yamls
parent
2041dc34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lm_eval/tasks/bigbench/greedy_until_template_yaml
lm_eval/tasks/bigbench/greedy_until_template_yaml
+3
-0
lm_eval/tasks/bigbench/multiple_choice_template_yaml
lm_eval/tasks/bigbench/multiple_choice_template_yaml
+1
-1
No files found.
lm_eval/tasks/bigbench/greedy_until_template_yaml
View file @
7e6e3c20
group: bigbench
group: bigbench
dataset_path: hails/bigbench
dataset_path: hails/bigbench
output_type: greedy_until
output_type: greedy_until
dataset_kwargs:
# num_shots: 0 # TODO: num of shots for `bigbench` HF dataset should be controlled through this, not through the typical methods
# subtask_name: null
test_split: default
test_split: default
doc_to_text: inputs
doc_to_text: inputs
doc_to_target: "{{targets[0]}}"
doc_to_target: "{{targets[0]}}"
...
...
lm_eval/tasks/bigbench/multiple_choice_template_yaml
View file @
7e6e3c20
group: bigbench
group: bigbench
dataset_path: hails/bigbench
dataset_path: hails/bigbench
dataset_kwargs:
dataset_kwargs:
num_shots: 0 # TODO: num of shots should be controlled through this, not through the typical methods
#
num_shots: 0 # TODO: num of shots
for `bigbench` HF dataset
should be controlled through this, not through the typical methods
# subtask_name: null
# subtask_name: null
output_type: multiple_choice
output_type: multiple_choice
test_split: default
test_split: default
...
...
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