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

Update _cot_fewshot_template_yaml

BBH cot fewshot already has fewshot examples in the description. So num_fewshot needs to be set to 0 so that users won't mistakenly set other num_fewshot values.
parent f0b96491
...@@ -24,5 +24,6 @@ filter_list: ...@@ -24,5 +24,6 @@ filter_list:
- function: "regex" - function: "regex"
regex_pattern: "(?<=the answer is )(.*)(?=.)" regex_pattern: "(?<=the answer is )(.*)(?=.)"
- function: "take_first" - function: "take_first"
num_fewshot: 0
metadata: metadata:
- version: 0.0 - version: 0.0
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