akjindal53244
commited on
Commit
•
72360ff
1
Parent(s):
64b3807
Update README.md
Browse files
README.md
CHANGED
@@ -23,16 +23,24 @@ It is a Instruction-tuned Mistral-7B and performs mathematical reasoning and opt
|
|
23 |
- **Finetuned from model:** mistralai/Mistral-7B-v0.1
|
24 |
|
25 |
|
26 |
-
##
|
27 |
|
28 |
Arithmo-Mistral-7B is trained with the following format:
|
29 |
|
|
|
30 |
```
|
31 |
Question: <question>
|
32 |
|
33 |
Answer:
|
34 |
```
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
It will perform best if queried in this way.
|
37 |
|
38 |
## How to Get Started with the Model
|
|
|
23 |
- **Finetuned from model:** mistralai/Mistral-7B-v0.1
|
24 |
|
25 |
|
26 |
+
## How to query the model
|
27 |
|
28 |
Arithmo-Mistral-7B is trained with the following format:
|
29 |
|
30 |
+
### CoT Format:
|
31 |
```
|
32 |
Question: <question>
|
33 |
|
34 |
Answer:
|
35 |
```
|
36 |
|
37 |
+
### PoT Format:
|
38 |
+
```
|
39 |
+
Question: <question> <python_prompt>
|
40 |
+
|
41 |
+
Answer:
|
42 |
+
```
|
43 |
+
|
44 |
It will perform best if queried in this way.
|
45 |
|
46 |
## How to Get Started with the Model
|