Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,43 @@
|
|
1 |
-
---
|
2 |
-
base_model: unsloth/qwen2.5-coder-7b-instruct-bnb-4bit
|
3 |
-
tags:
|
4 |
-
- text-generation-inference
|
5 |
-
- transformers
|
6 |
-
- unsloth
|
7 |
-
- qwen2
|
8 |
-
- gguf
|
9 |
-
license: apache-2.0
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Developed by:** dbands
|
@@ -19,4 +46,4 @@ language:
|
|
19 |
|
20 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/qwen2.5-coder-7b-instruct-bnb-4bit
|
3 |
+
tags:
|
4 |
+
- text-generation-inference
|
5 |
+
- transformers
|
6 |
+
- unsloth
|
7 |
+
- qwen2
|
8 |
+
- gguf
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
datasets:
|
13 |
+
- openai/gsm8k
|
14 |
+
---
|
15 |
+
# My Reasoning Model
|
16 |
+
|
17 |
+
|
18 |
+
## System Prompt Format
|
19 |
+
|
20 |
+
Respond in the following format:
|
21 |
+
|
22 |
+
```
|
23 |
+
<reasoning>
|
24 |
+
...
|
25 |
+
</reasoning>
|
26 |
+
<answer>
|
27 |
+
...
|
28 |
+
</answer>
|
29 |
+
```
|
30 |
|
31 |
+
I fine-tuned the model using `openai/gsm8k`, and to ensure costs do not go insane, I used a single A100.
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
Enjoy, but please note that this model is experimental and I used it to define my pipeline.
|
36 |
+
|
37 |
+
I will be testing fine tuning larger more capable models. I suspect they would add more value in the short term.
|
38 |
+
|
39 |
+
|
40 |
+
---
|
41 |
# Uploaded model
|
42 |
|
43 |
- **Developed by:** dbands
|
|
|
46 |
|
47 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
48 |
|
49 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|