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
94328ebe
Unverified
Commit
94328ebe
authored
Sep 11, 2023
by
Lintang Sutawika
Committed by
GitHub
Sep 11, 2023
Browse files
Update cot_yaml
parent
a916afd7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lm_eval/tasks/mgsm/native_cot/cot_yaml
lm_eval/tasks/mgsm/native_cot/cot_yaml
+6
-1
No files found.
lm_eval/tasks/mgsm/native_cot/cot_yaml
View file @
94328ebe
...
@@ -14,10 +14,15 @@ generation_kwargs:
...
@@ -14,10 +14,15 @@ generation_kwargs:
- "\n"
- "\n"
do_sample: false
do_sample: false
temperature: 0.0
temperature: 0.0
target_delimiter: " "
metric_list:
metric_list:
- metric: exact_match
- metric: exact_match
aggregation: mean
aggregation: mean
higher_is_better: true
higher_is_better: true
ignore_case: true
ignore_case: true
ignore_punctuation: true
ignore_punctuation: true
filter_list:
- name: "get-answer"
filter:
- function: "regex"
regex_pattern: "The answer is (\\-?[0-9\\.\\,]+)"
- function: "take_first"
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