Plans11 commited on
Commit
43aee04
·
verified ·
1 Parent(s): 2fa6636

Upload 8 files

Browse files
.gitattributes CHANGED
@@ -58,3 +58,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ ai_coding_logic_god.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ ai_coding_logic_legendary.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ ai_coding_logic_master.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ ai_coding_stacks.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ ai_coding.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ ai_dependency_coding.jsonl filter=lfs diff=lfs merge=lfs -text
67
+ ai_software_development.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,352 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: other
5
+ license_name: within-us-ai-custom-dataset-license
6
+ pretty_name: GOD_Coder_Complete_DataSet
7
+ size_categories:
8
+ - 100K<n<1M
9
+ task_categories:
10
+ - text-generation
11
+ - question-answering
12
+ - text-classification
13
+ tags:
14
+ - code
15
+ - coding
16
+ - software-engineering
17
+ - instruction-tuning
18
+ - sft
19
+ - ai-coding
20
+ - complete-project-coding
21
+ - repository-patching
22
+ - debugging
23
+ - dependency-resolution
24
+ - full-stack-engineering
25
+ - code-review
26
+ - dataset
27
+ annotations_creators:
28
+ - machine-generated
29
+ - expert-generated
30
+ language_creators:
31
+ - machine-generated
32
+ multilinguality:
33
+ - monolingual
34
+ source_datasets:
35
+ - original
36
+ viewer: false
37
  ---
38
+
39
+ # GOD_Coder_Complete_DataSet
40
+
41
+ ## Subtitle
42
+ A large-scale complete-project coding dataset by **gss1147 / WithIn Us AI**, built to train language models into stronger professional software-engineering assistants.
43
+
44
+ ## Dataset Summary
45
+
46
+ **GOD_Coder_Complete_DataSet** is a large synthetic supervised fine-tuning dataset designed to help turn a general language model into a **professional complete-project AI coder**.
47
+
48
+ The dataset focuses on teaching models how to:
49
+ - diagnose realistic repository issues
50
+ - patch broken code with production-ready fixes
51
+ - write and repair tests
52
+ - handle dependency and migration failures
53
+ - reason across full software stacks
54
+ - solve advanced coding-logic problems
55
+ - behave more like a senior engineer on complete software projects
56
+
57
+ This dataset was created by **gss1147** under **WithIn Us AI**.
58
+
59
+ ## Creator
60
+
61
+ - **Creator:** gss1147
62
+ - **Organization / Brand:** WithIn Us AI
63
+ - **Dataset Concept, Design, Structure, and Packaging:** WithIn Us AI
64
+ - **Primary Author:** gss1147
65
+
66
+ ## License
67
+
68
+ This dataset uses the **WithIn Us AI Custom Dataset License**.
69
+
70
+ ## Dataset Purpose
71
+
72
+ The purpose of this dataset is to provide a strong supervised fine-tuning resource for training coding-capable LLMs toward:
73
+
74
+ - complete software-project reasoning
75
+ - professional engineering behavior
76
+ - multi-file patch generation
77
+ - debugging and issue resolution
78
+ - test-backed implementation quality
79
+ - dependency-aware coding
80
+ - rollout-safe software delivery
81
+ - increasingly advanced coding logic
82
+
83
+ This dataset is intended for researchers, model builders, and fine-tuning practitioners who want a model that behaves more like a **real software engineer**, not just a code autocompleter.
84
+
85
+ ## Supported Tasks
86
+
87
+ This dataset is suitable for:
88
+ - supervised fine-tuning
89
+ - instruction tuning
90
+ - coding assistant specialization
91
+ - software-engineering behavior shaping
92
+ - repository issue repair
93
+ - debugging assistance
94
+ - dependency resolution training
95
+ - software delivery planning
96
+ - code review improvement
97
+ - complete-project coding workflows
98
+
99
+ ## Dataset Structure
100
+
101
+ The dataset is organized into **7 major subject groups**, each containing **25,000 examples**, for a total of **175,000 rows**.
102
+
103
+ ### Subject Groups
104
+ 1. **AI Coding**
105
+ 2. **AI Dependency Coding**
106
+ 3. **AI Coding Stacks**
107
+ 4. **AI Software Development**
108
+ 5. **AI Coding Logic Master**
109
+ 6. **AI Coding Logic Legendary**
110
+ 7. **AI Coding Logic God**
111
+
112
+ ### Total Size
113
+ - **Total examples:** 175,000
114
+ - **Train examples:** 171,500
115
+ - **Validation examples:** 3,500
116
+
117
+ ## Data Format
118
+
119
+ Each example is stored in **chat-format JSONL** and includes:
120
+
121
+ - `id`
122
+ - `subject`
123
+ - `subject_title`
124
+ - `tier`
125
+ - `language`
126
+ - `framework`
127
+ - `stack`
128
+ - `domain`
129
+ - `topic`
130
+ - `task_type`
131
+ - `split`
132
+ - `freshness_bucket`
133
+ - `source_grounding`
134
+ - `messages`
135
+ - `artifacts`
136
+ - `labels`
137
+
138
+ ### Example Schema
139
+
140
+ ```json
141
+ {
142
+ "id": "ai_coding-00001-abcdef1234567890",
143
+ "subject": "ai_coding",
144
+ "subject_title": "AI Coding",
145
+ "tier": "hard",
146
+ "language": "Python",
147
+ "framework": "FastAPI",
148
+ "stack": ["FastAPI", "PostgreSQL", "Redis", "Celery", "pytest", "Docker"],
149
+ "domain": "auth service",
150
+ "topic": "JWT refresh token rotation",
151
+ "task_type": "repo_issue_patch",
152
+ "split": "train",
153
+ "freshness_bucket": "synthetic_transformed_post_2025_style",
154
+ "source_grounding": {
155
+ "kind": "synthetic_transformed_repo_task",
156
+ "license_ok": true,
157
+ "provenance_note": "Synthetic training example designed for coding-model SFT and labeled as synthetic."
158
+ },
159
+ "messages": [
160
+ {
161
+ "role": "system",
162
+ "content": "You are a production-grade software engineer. Return a correct, secure, complete, test-backed solution with concise reasoning and no placeholders."
163
+ },
164
+ {
165
+ "role": "user",
166
+ "content": "Repository domain: auth service..."
167
+ },
168
+ {
169
+ "role": "assistant",
170
+ "content": "Diagnosis... implementation... tests... verification..."
171
+ }
172
+ ],
173
+ "artifacts": {
174
+ "verification_commands": ["pytest -q", "ruff check ."],
175
+ "requires_tests": true,
176
+ "format": "chat_sft"
177
+ },
178
+ "labels": {
179
+ "correctness": 1,
180
+ "security": 1,
181
+ "production_ready": 1,
182
+ "test_quality": 1,
183
+ "complete_project_focus": 1
184
+ }
185
+ }
186
+
187
+ Languages Covered
188
+
189
+ The dataset includes tasks across multiple coding and infrastructure languages, including:
190
+ • Python
191
+ • TypeScript
192
+ • JavaScript
193
+ • Go
194
+ • Rust
195
+ • Java
196
+ • C#
197
+ • C++
198
+ • SQL
199
+ • Bash
200
+ • YAML
201
+
202
+ Content Overview
203
+
204
+ The dataset emphasizes production-style software engineering. It includes examples involving:
205
+ • bug fixing
206
+ • feature implementation
207
+ • code review correction
208
+ • API design
209
+ • dependency resolution
210
+ • version migration repair
211
+ • lockfile and reproducibility debugging
212
+ • full-stack issue handling
213
+ • rollout-safe software delivery
214
+ • incident remediation
215
+ • concurrency and logic debugging
216
+ • performance bottleneck repair
217
+ • multi-file patching
218
+ • security hardening
219
+ • observability-aware engineering
220
+
221
+ Data Generation Method
222
+
223
+ This dataset was created as a synthetic structured coding dataset for fine-tuning and instruction-tuning purposes.
224
+
225
+ The generation process focused on:
226
+ • professional software-engineering style prompts
227
+ • complete implementation responses
228
+ • test-backed solutions
229
+ • production-oriented reasoning
230
+ • multi-stack coverage
231
+ • advanced logic difficulty bands
232
+ • complete-project engineering behavior
233
+
234
+ Examples were designed to reflect realistic repository and engineering scenarios while remaining clearly labeled as synthetic.
235
+
236
+ Why This Dataset Exists
237
+
238
+ Many coding datasets over-focus on:
239
+ • short single-function code tasks
240
+ • toy algorithm problems
241
+ • incomplete snippets
242
+ • beginner-level instruction pairs
243
+
244
+ GOD_Coder_Complete_DataSet was created to push beyond that by training models on:
245
+ • complete-project coding behavior
246
+ • software-engineering decision quality
247
+ • professional debugging patterns
248
+ • multi-layer issue resolution
249
+ • deployment-safe thinking
250
+ • engineering-grade patch quality
251
+
252
+ Intended Use
253
+
254
+ This dataset is intended for:
255
+ • full-model fine-tuning
256
+ • instruction tuning
257
+ • coding model specialization
258
+ • research into software-engineering-capable LLMs
259
+ • training models that can operate more effectively in repository-style workflows
260
+
261
+ It is especially relevant for users building:
262
+ • coding copilots
263
+ • patch-generation systems
264
+ • engineering support agents
265
+ • code-review assistants
266
+ • debugging assistants
267
+ • full-stack project agents
268
+
269
+ Recommended Training Uses
270
+
271
+ Recommended uses include:
272
+ • supervised fine-tuning on chat-formatted LLMs
273
+ • continued instruction tuning for coding behavior
274
+ • staged curriculum learning across difficulty tiers
275
+ • subject-wise training by shard
276
+ • multi-phase training where foundational coding precedes advanced logic tiers
277
+
278
+ Suggested Progression
279
+ 1. AI Coding
280
+ 2. AI Dependency Coding
281
+ 3. AI Coding Stacks
282
+ 4. AI Software Development
283
+ 5. AI Coding Logic Master
284
+ 6. AI Coding Logic Legendary
285
+ 7. AI Coding Logic God
286
+
287
+
288
+ Source Data
289
+ • Source Type: Original dataset created by WithIn Us AI
290
+ • Primary Creator: gss1147
291
+ • Dataset Design: WithIn Us AI
292
+ • Origin: Synthetic and structured software-engineering task generation
293
+
294
+ Data Splits
295
+ • Train: 171,500
296
+ • Validation: 3,500
297
+
298
+ The split is tracked using the split field inside each example.
299
+
300
+ Dataset Strengths
301
+ • large-scale
302
+ • complete-project focus
303
+ • professional engineering framing
304
+ • multi-language coverage
305
+ • test-backed outputs
306
+ • multi-subject structure
307
+ • strong software-development emphasis
308
+ • suited for coding-model specialization
309
+ • useful for curriculum-based fine-tuning
310
+
311
+ Dataset Limitations
312
+ • synthetic rather than extracted from real private repositories
313
+ • does not guarantee novelty against all historic model pretraining corpora
314
+ • should be combined with careful evaluation
315
+ • should ideally be paired with held-out benchmark testing
316
+ • should not be treated as a substitute for licensed real-world patch datasets where available
317
+
318
+ Bias, Risks, and Safety
319
+
320
+
321
+ Quality Philosophy
322
+
323
+ The dataset was designed around these principles:
324
+ • no placeholders
325
+ • complete answers
326
+ • production-ready orientation
327
+ • secure-by-default thinking
328
+ • tests included as a training signal
329
+ • full-project engineering mindset
330
+ • patch and verification awareness
331
+
332
+ Citation
333
+
334
+ BibTeX
335
+
336
+ @dataset{gss1147_god_coder_complete_dataset_2026,
337
+ author = {gss1147 and WithIn Us AI},
338
+ title = {GOD_Coder_Complete_DataSet},
339
+ year = {2026},
340
+ publisher = {Hugging Face},
341
+ note = {Synthetic supervised fine-tuning dataset for professional complete-project AI coding}
342
+ }
343
+
344
+ Acknowledgment
345
+
346
+ GOD_Coder_Complete_DataSet was created by gss1147 under WithIn Us AI as part of a broader effort to build stronger open coding-focused AI systems with professional software-engineering behavior.
347
+
348
+ Here is the only YAML fix that mattered:
349
+
350
+ ```yaml
351
+ license: other
352
+ license_name: within-us-ai-custom-dataset-license
ai_coding.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9710efa31ea9f93cc8559b1ad314db4cead825525a7d67512fa80b30a96c5d8
3
+ size 94401046
ai_coding_logic_god.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20d9be20d59228b8d39e84f4cd9ac6adb71e0784624ebf284aaf21ccec72e23c
3
+ size 92412256
ai_coding_logic_legendary.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61fb3a3772b346e730819ccf5bce56e4c5943e9f7cf78bee31cd2984f4ceb27
3
+ size 91564948
ai_coding_logic_master.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f523e72e4a606d31bf5cbbdc6c6992ca78e4b8363fa011f8be5ae47df76e073
3
+ size 91296355
ai_coding_stacks.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b873d873461033af2d7bb058dc691162bebf6a30912c4a97606ac03bf8e0b4
3
+ size 90075577
ai_dependency_coding.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a45093712e8134bf7e6049825d2a31df2e814a400d944fc6ed1717fdadeb8618
3
+ size 92049583
ai_software_development.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14afcf30e58571a097d4bd86446380763508955baf29d63c3855dcc13146fcf8
3
+ size 90511740