WuChengyue
commited on
Commit
•
3835d38
1
Parent(s):
bd9406c
Update README.md
Browse files
README.md
CHANGED
@@ -21,17 +21,15 @@ MetaMath-Mistral-Pro is fully fine-tuned on the MetaMathQA datasets and based on
|
|
21 |
|
22 |
## Model Usage
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
-
|
27 |
|
28 |
-
"Below is an instruction that describes a task. "
|
29 |
-
"Write a response that appropriately completes the request.\n\n"
|
30 |
-
"### Instruction:\n{instruction}\n\n### Response: Let's think step by step."
|
31 |
-
|
32 |
-
'''
|
33 |
-
|
34 |
-
where you need to use your query question to replace the {instruction}
|
35 |
|
36 |
## Experiments
|
37 |
|
|
|
21 |
|
22 |
## Model Usage
|
23 |
|
24 |
+
The model is trained to use the following format (note the newlines):
|
25 |
+
```
|
26 |
+
<|user|>
|
27 |
+
Your message here!
|
28 |
+
<|assistant|>
|
29 |
+
```
|
30 |
|
31 |
+
For best results, format all inputs in this manner. **Make sure to include a newline after `<|assistant|>`, this can affect generation quality quite a bit.**
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Experiments
|
35 |
|