Unverified Commit e5dfd030 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Merge pull request #1074 from EleutherAI/lintangsutawika-patch-4

Update _cot_fewshot_template_yaml
parents f0b96491 965c5330
......@@ -24,5 +24,6 @@ filter_list:
- function: "regex"
regex_pattern: "(?<=the answer is )(.*)(?=.)"
- function: "take_first"
num_fewshot: 0
metadata:
- version: 0.0
......@@ -22,5 +22,6 @@ filter_list:
- function: "regex"
regex_pattern: "((?<=The answer is )(.*)(?=.)|(?<=the answer is )(.*)(?=.)|(?<=The answer: )(.*)(?=.)|(?<=The final answer: )(.*)(?=.))"
- function: "take_first"
num_fewshot: 0
metadata:
- version: 0
......@@ -16,5 +16,6 @@ generation_kwargs:
- "\n\n"
do_sample: false
temperature: 0.0
num_fewshot: 0
metadata:
- version: 0
......@@ -16,5 +16,6 @@ generation_kwargs:
- "\n\n"
do_sample: false
temperature: 0.0
num_fewshot: 0
metadata:
- version: 0
......@@ -19,5 +19,6 @@ metric_list:
- metric: exact_match
aggregation: mean
higher_is_better: true
num_fewshot: 0
metadata:
- version: 0.0
......@@ -15,6 +15,7 @@ generation_kwargs:
- "</s>"
do_sample: false
temperature: 0.0
num_fewshot: 0
metric_list:
- metric: exact_match
aggregation: mean
......
......@@ -15,6 +15,7 @@ generation_kwargs:
- "</s>"
do_sample: false
temperature: 0.0
num_fewshot: 0
metric_list:
- metric: exact_match
aggregation: mean
......
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