dbands commited on
Commit
6fe960e
·
verified ·
1 Parent(s): 2727b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -9,6 +9,34 @@ tags:
9
  license: apache-2.0
10
  language:
11
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Uploaded model
@@ -19,4 +47,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)
 
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
 
42
  # Uploaded model
 
47
 
48
  This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
49
 
50
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)