File size: 4,406 Bytes
7610098
ca776ce
 
 
 
 
 
 
 
 
 
 
 
 
 
b379076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e32021
b379076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55114c6
b379076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e32021
b379076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e32021
 
b379076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e32021
b379076
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
---
base_model:
- gss1147/GPT2.5.2-high-reasoning-codex-0.4B
- openai-community/gpt2-medium
model-index:
- name: gpt2-finetuned
  results: []
datasets:
- TeichAI/gpt-5.1-codex-max-1000x
- TeichAI/gpt-5.2-high-reasoning-250x
- jjmachan/NSFW-reddit
- gss1147/GPT-2-to-GPT-5-5k
- TeichAI/gpt-5-codex-250x
- TeichAI/gpt-5.1-high-reasoning-1000x
---
GPT2.5.2-NSFW-Codex-0.4B

📌 Model Overview

Model Name: WithinUsAI/GPT2.5.2-NSFW-Codex-0.4B
Organization: Within Us AI
Base Model: openai-community/gpt2-medium (~0.4B parameters)  
Model Type: Instruction-Tuned Code + General Text LLM
Parameter Size: ~0.4B
Primary Focus: Lightweight coding + uncensored responses + dataset-driven evolution

This model represents a heavily evolved GPT-2 Medium, upgraded through dataset-driven training and reasoning/coding distillation.

🧬 Name Meaning

“GPT2.5.2” = Evolution lineage

* 2 → GPT-2 Medium base
* .5.2 → GPT 5.2 Codex-style 

👉 In short:
A GPT-2 model pushed forward toward modern coding + reasoning behavior using curated datasets, not architecture scaling.

⸻

🧬 Architecture & Lineage

Base Foundation

* Transformer architecture from GPT-2 Medium (~345M–400M parameters class)  
* Dense, autoregressive language model

Evolution Process

This model was scaled up,evolved through data and training strategy:

* Instruction tuning
* Coding dataset exposure (Codex-style tasks)
* Reasoning trace influence
* Behavioral refinement toward modern LLM outputs

⸻

🧠 Core Design Philosophy

Don’t scale the model… evolve it.

Instead of increasing parameters, this model:

* Improves behavior through data quality
* Mimics GPT 5.2 Codex reasoning styles
* Pushes GPT-2 into modern task domains

Think of it like a classic engine rebuilt with modern parts 🔧

⸻

⚙️ Key Capabilities

💻 Coding (Codex-Inspired)

* Basic code generation (Python, JS, etc.)
* Simple debugging assistance
* Structured function outputs

🧠 Reasoning (Lightweight)

* Step-by-step responses (limited depth)
* Instruction-following improvements over base GPT-2

🔓 Uncensored Behavior

* Reduced refusal tendencies
* More permissive outputs compared to aligned models

⸻

📦 Model Characteristics

Attribute	Value
Parameters	~0.4B
Architecture	GPT-2 (dense transformer)
Strength	Efficiency
Weakness	Limited deep reasoning

⸻

🚀 Intended Use

✅ Ideal Use Cases

* Ultra-lightweight local LLMs
* Experimental coding assistants
* Dataset-driven model research
* Uncensored response exploration
* Edge/low-resource environments

⚠️ Limitations

* Significantly weaker than modern 7B+ models
* Limited context and reasoning depth

⸻

🛠️ Example Usage (Transformers)

from transformers import AutoTokenizer, AutoModelForCausalLM
model_name = "WithinUsAI/GPT2.5.2-NSFW-Codex-0.4B"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name)
prompt = "Write a Python function to reverse a string."
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
print(tokenizer.decode(outputs[0]))



🧪 Training Methodology

Within Us AI approach:

* Dataset-driven evolution (primary driver)
* Instruction + coding task fine-tuning
* Reasoning-style output shaping

Data Sources

* Proprietary datasets created by Within Us AI
* Third-party datasets used without ownership claims
* Likely includes:
    * Coding tasks
    * Instruction datasets
    * Reasoning traces



📊 Expected Performance Profile

Capability	Strength
Efficiency	Very High
Coding (basic)	High
Reasoning	High
Creativity	Moderate
Safety filtering	Minimal



📜 License

License Type: Based on GPT-2 (OpenAI open model lineage)**

Attribution Notes:

* Base model: OpenAI GPT-2 Medium
* Training / evolution: Within Us AI
* Third-party datasets used without ownership claims
* Credit belongs to original dataset and model creators

⸻

🙏 Acknowledgements

* OpenAI (GPT-2 architecture)
* Hugging Face (model hosting ecosystem)
* Open-source dataset contributors
* Coding dataset communities

⸻

🔗 Links

* Model: https://huggingface.co/WithinUsAI/GPT2.5.2-NSFW-Codex-0.4B
* Organization: https://huggingface.co/WithinUsAI

⸻

🧩 Closing Note

This model is like a time traveler from 2019 carrying tools from 2026 ⏳⚡

Same small brain…
but trained to think like GPT 5.2 Codex.