Linker1907 commited on
Commit
e9ae9ea
·
1 Parent(s): e53f048

add eval.yaml

Browse files
Files changed (1) hide show
  1. eval.yaml +31 -0
eval.yaml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # yaml file for compatibility with inspect-ai
2
+
3
+ name: GSM8K
4
+ description: >
5
+ GSM8K is a dataset of 8,000+ high-quality, single-step arithmetic word problems.
6
+ author: OpenAI
7
+ version: 1.0.0
8
+ license: ""
9
+ url: https://arxiv.org/abs/2305.20050
10
+
11
+ tasks:
12
+ - name: gsm8k
13
+ subset: main
14
+ splits: test
15
+
16
+ field_spec:
17
+ input: question
18
+ target: answer
19
+
20
+ solvers: ["prompt_template", "generate"]
21
+
22
+ scorers: ["model_graded_fact"]
23
+
24
+ prompt_template: >
25
+ Solve the following math problem efficiently and clearly. The last line
26
+ of your response should be of the following format: 'Therefore, the final
27
+ answer is: $\\boxed{{ANSWER}}$. I hope it is correct' (without quotes)
28
+ where ANSWER is just the final number or expression that solves the
29
+ problem. Think step by step before answering.
30
+
31
+ {{prompt}}