Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,32 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
---
|
13 |
+
# My Reasoning Model
|
14 |
+
|
15 |
+
|
16 |
+
## System Prompt Format
|
17 |
+
|
18 |
+
Respond in the following format:
|
19 |
+
|
20 |
+
```
|
21 |
+
<reasoning>
|
22 |
+
...
|
23 |
+
</reasoning>
|
24 |
+
<answer>
|
25 |
+
...
|
26 |
+
</answer>
|
27 |
+
```
|
28 |
+
|
29 |
+
I fine-tuned the model using `openai/gsm8k`, and to ensure costs do not go insane, I used a single A100.
|
30 |
+
|
31 |
+
```
|
32 |
+
|
33 |
+
Enjoy, but please note that this model is experimental and I used it to define my pipeline.
|
34 |
+
|
35 |
+
I will be testing fine tuning larger more capable models. I suspect they would add more value in the short term.
|
36 |
+
|
37 |
+
|
38 |
---
|
39 |
|
40 |
# Uploaded model
|