Guy Edward DuGan II commited on
Commit
2e32021
·
verified ·
1 Parent(s): b379076

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -15
README.md CHANGED
@@ -31,8 +31,7 @@ This model represents a heavily evolved GPT-2 Medium, upgraded through dataset-d
31
  “GPT2.5.2” = Evolution lineage
32
 
33
  * 2 → GPT-2 Medium base
34
- * .5 → Mid-generation upgrade (reasoning + instruction tuning)
35
- * .2 → Codex-style refinement phase
36
 
37
  👉 In short:
38
  A GPT-2 model pushed forward toward modern coding + reasoning behavior using curated datasets, not architecture scaling.
@@ -64,7 +63,7 @@ Don’t scale the model… evolve it.
64
  Instead of increasing parameters, this model:
65
 
66
  * Improves behavior through data quality
67
- * Mimics newer model reasoning styles
68
  * Pushes GPT-2 into modern task domains
69
 
70
  Think of it like a classic engine rebuilt with modern parts 🔧
@@ -115,8 +114,6 @@ Weakness Limited deep reasoning
115
 
116
  * Significantly weaker than modern 7B+ models
117
  * Limited context and reasoning depth
118
- * Can produce incorrect or low-quality code
119
- * No built-in safety filtering
120
 
121
 
122
 
@@ -157,8 +154,8 @@ Data Sources
157
 
158
  Capability Strength
159
  Efficiency Very High
160
- Coding (basic) Moderate
161
- Reasoning Low–Moderate
162
  Creativity Moderate
163
  Safety filtering Minimal
164
 
@@ -198,12 +195,5 @@ Attribution Notes:
198
  This model is like a time traveler from 2019 carrying tools from 2026 ⏳⚡
199
 
200
  Same small brain…
201
- but trained to think in a much bigger world.
202
 
203
-
204
-
205
- If you want, I can next:
206
-
207
- * 🔥  Turn this into a high-visibility HF card (badges + visuals)
208
- * 📊  Compare it directly vs GPT-2 base vs Phi vs TinyLlama
209
- * ⚙️ Or  build a tiny-agent framework optimized specifically for this 0.4B model
 
31
  “GPT2.5.2” = Evolution lineage
32
 
33
  * 2 → GPT-2 Medium base
34
+ * .5.2GPT 5.2 Codex-style
 
35
 
36
  👉 In short:
37
  A GPT-2 model pushed forward toward modern coding + reasoning behavior using curated datasets, not architecture scaling.
 
63
  Instead of increasing parameters, this model:
64
 
65
  * Improves behavior through data quality
66
+ * Mimics GPT 5.2 Codex reasoning styles
67
  * Pushes GPT-2 into modern task domains
68
 
69
  Think of it like a classic engine rebuilt with modern parts 🔧
 
114
 
115
  * Significantly weaker than modern 7B+ models
116
  * Limited context and reasoning depth
 
 
117
 
118
 
119
 
 
154
 
155
  Capability Strength
156
  Efficiency Very High
157
+ Coding (basic) High
158
+ Reasoning High
159
  Creativity Moderate
160
  Safety filtering Minimal
161
 
 
195
  This model is like a time traveler from 2019 carrying tools from 2026 ⏳⚡
196
 
197
  Same small brain…
198
+ but trained to think like GPT 5.2 Codex.
199