GGUF
English
qwen2
conversational
Sweaterdog commited on
Commit
6541310
·
verified ·
1 Parent(s): 750eb99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -34,4 +34,28 @@ Okay, lets break down the users issue.
34
  Therefore x should be the answer
35
  </think>
36
 
37
- X is the answer because...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  Therefore x should be the answer
35
  </think>
36
 
37
+ X is the answer because...
38
+ ```
39
+
40
+ # Features
41
+
42
+ ## Flexible reasoning
43
+
44
+ You can modify the system prompt to change the way the model reasons, by default, it is told to reason about code snippets, which I found works best for everything.
45
+
46
+ ## Logical reasoning
47
+
48
+ This is the first model I have seen which can answer "The Mango Puzzle", which goes like this:
49
+ ```
50
+ If I give you 15 mangoes, and then you give 14 away, then recieve 60 more mangoes, how many mangoes did you not sell?
51
+ ```
52
+
53
+ The correct answer is `75 Mangoes`, most LLMs take "Give Away" as a form of sale, so they typically say `61 Mangoes`
54
+
55
+ ## Code reasoning
56
+
57
+ This model is capable of reasoning about code snippets before responding. Even though it was not trained on any code, nor designed for coding, it can still beat some 7B or 14B non-reasoning code models.
58
+
59
+ # Design
60
+
61
+ This model was trained off of Qwen2.5 3B and trained on OpenAI's gsm8k dataset, as well as the Andy-4-preview-reasoning dataset