Files changed (2) hide show
  1. README.md +1 -1
  2. eval.yaml +0 -34
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
  source_datasets:
15
  - original
16
  task_categories:
17
- - text-generation
18
  task_ids: []
19
  paperswithcode_id: gsm8k
20
  pretty_name: Grade School Math 8K
 
14
  source_datasets:
15
  - original
16
  task_categories:
17
+ - text2text-generation
18
  task_ids: []
19
  paperswithcode_id: gsm8k
20
  pretty_name: Grade School Math 8K
eval.yaml DELETED
@@ -1,34 +0,0 @@
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
- evaluation_framework: inspect-ai
7
-
8
- tasks:
9
- - id: gsm8k
10
- config: main
11
- split: test
12
-
13
- epochs: 4
14
- epoch_reducer: pass_at_1
15
-
16
- field_spec:
17
- input: question
18
- target: answer
19
-
20
- solvers:
21
- - name: prompt_template
22
- args:
23
- template: >
24
- Solve the following math problem efficiently and clearly. The last line
25
- of your response should be of the following format: 'Therefore, the final
26
- answer is: $\\boxed{ANSWER}$. I hope it is correct' (without quotes)
27
- where ANSWER is just the final number or expression that solves the
28
- problem. Think step by step before answering.
29
-
30
- {prompt}
31
- - name: generate
32
-
33
- scorers:
34
- - name: model_graded_fact