File size: 570 Bytes
0d4adc1
 
ff605a2
 
 
 
 
 
0d4adc1
9955b88
1028786
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: llama2
datasets:
- meta-math/MetaMathQA
- gsm8k
language:
- en
pipeline_tag: text-generation
---
This model is a reproduction of [Meta-Math](https://huggingface.co/meta-math/MetaMath-7B-V1.0). 
We follow the training instructions described in the original repo as much as possible with minimal modifications.

## Prompt
Unlike the original Meta-math model, we do not use any instructions.

"""

Problem: {query_problem}\nSolution: {gt_solution}

"""

The {gt_solution} is provided in the training stage, whereas it is empty string in the evaluation stage.