JulianAT commited on
Commit
61d4a5b
·
verified ·
1 Parent(s): 5793349

Publish validated code corpus

Browse files
README.md CHANGED
@@ -10,7 +10,7 @@ language_creators:
10
  source_datasets:
11
  - original
12
  size_categories:
13
- - 1K<n<10K
14
  task_categories:
15
  - text-generation
16
  tags:
@@ -44,11 +44,11 @@ dataset_info:
44
  dtype: int32
45
  splits:
46
  - name: train
47
- num_examples: 7172
48
- num_bytes: 19583125
49
  - name: valid
50
- num_examples: 1189
51
- num_bytes: 3248759
52
  ---
53
 
54
  # Personal code corpus: raw-max
@@ -63,8 +63,11 @@ identity of an author.
63
 
64
  ## Dataset summary
65
 
66
- - Rows: 8,361
67
- - Repositories with retained rows: 53
 
 
 
68
  - Completion field: `text`
69
  - Provenance fields: `repo`, `path`, `language`, `sha`, `chunk_index`, `n_tokens`
70
  - Split: deterministic repository-level train/valid assignment; a repository never crosses splits
@@ -88,6 +91,9 @@ Each row has the following stable schema:
88
  - `chunk_index`: zero-based chunk position within the source file
89
  - `n_tokens`: tokenizer-independent lexical token estimate
90
 
 
 
 
91
  `raw-max` is bounded by code that actually exists after filtering. A claim of several million rows
92
  is only credible when the source repositories contain enough retained code; `--max-rows` is a
93
  ceiling, not a promised row count. This implementation supports at most 1,000,000 rows per variant.
 
10
  source_datasets:
11
  - original
12
  size_categories:
13
+ - 10K<n<100K
14
  task_categories:
15
  - text-generation
16
  tags:
 
44
  dtype: int32
45
  splits:
46
  - name: train
47
+ num_examples: 15157
48
+ num_bytes: 46331486
49
  - name: valid
50
+ num_examples: 3122
51
+ num_bytes: 9533576
52
  ---
53
 
54
  # Personal code corpus: raw-max
 
63
 
64
  ## Dataset summary
65
 
66
+ - Rows: 18,279
67
+ - Emitted lines: 1,301,863 (1,150,304 nonblank)
68
+ - UTF-8 source text: 50.5 MiB
69
+ - Source files with retained chunks: 7,836
70
+ - Repositories with retained rows: 58
71
  - Completion field: `text`
72
  - Provenance fields: `repo`, `path`, `language`, `sha`, `chunk_index`, `n_tokens`
73
  - Split: deterministic repository-level train/valid assignment; a repository never crosses splits
 
91
  - `chunk_index`: zero-based chunk position within the source file
92
  - `n_tokens`: tokenizer-independent lexical token estimate
93
 
94
+ Line and byte totals describe emitted chunks. Chunk overlap can repeat boundary text, so these are
95
+ training-corpus volume measurements rather than unique repository lines of code.
96
+
97
  `raw-max` is bounded by code that actually exists after filtering. A claim of several million rows
98
  is only credible when the source repositories contain enough retained code; `--max-rows` is a
99
  ceiling, not a promised row count. This implementation supports at most 1,000,000 rows per variant.
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb7a5af89fbe1147611287b2072b6b5dd3daba2580c184dcd286cfba25f4348f
3
- size 6548017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f42133ddb13188997a3b512d556a4ca0f3cd26dbb4bc9644b788421fce46bc
3
+ size 15767661
data/valid-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e742a19f733d2715d9de717d29f32d3acc358b478f15690fa6e19790fbd22b0f
3
- size 1177351
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb5fffa54a9a5f1a6136c79f4ab261168b7acc4fa7f2ca07bc68720e005cbd8
3
+ size 3721175
dataset_infos.json CHANGED
@@ -3,9 +3,9 @@
3
  "builder_name": "parquet",
4
  "config_name": "default",
5
  "dataset_name": "raw-max",
6
- "dataset_size": 22831884,
7
  "description": "Repository-walked personal code chunks for completion training.",
8
- "download_size": 7725368,
9
  "features": {
10
  "chunk_index": {
11
  "_type": "Value",
@@ -37,17 +37,17 @@
37
  }
38
  },
39
  "license": "other",
40
- "size_in_bytes": 30557252,
41
  "splits": {
42
  "train": {
43
  "name": "train",
44
- "num_bytes": 19583125,
45
- "num_examples": 7172
46
  },
47
  "valid": {
48
  "name": "valid",
49
- "num_bytes": 3248759,
50
- "num_examples": 1189
51
  }
52
  }
53
  }
 
3
  "builder_name": "parquet",
4
  "config_name": "default",
5
  "dataset_name": "raw-max",
6
+ "dataset_size": 55865062,
7
  "description": "Repository-walked personal code chunks for completion training.",
8
+ "download_size": 19488836,
9
  "features": {
10
  "chunk_index": {
11
  "_type": "Value",
 
37
  }
38
  },
39
  "license": "other",
40
+ "size_in_bytes": 75353898,
41
  "splits": {
42
  "train": {
43
  "name": "train",
44
+ "num_bytes": 46331486,
45
+ "num_examples": 15157
46
  },
47
  "valid": {
48
  "name": "valid",
49
+ "num_bytes": 9533576,
50
+ "num_examples": 3122
51
  }
52
  }
53
  }
statistics.json CHANGED
@@ -1,87 +1,102 @@
1
  {
2
  "by_language": {
3
  "CSS": 144,
 
4
  "HTML": 53,
 
5
  "Java": 13,
6
- "JavaScript": 214,
 
 
 
 
 
7
  "Python": 1530,
8
  "SQL": 69,
9
- "Shell": 29,
10
  "Swift": 15,
11
  "TOML": 9,
 
 
12
  "TypeScript": 6170,
13
  "XML": 3,
 
14
  "YAML": 112
15
  },
16
  "by_repo": {
17
- "1AHIF-BOT": 1,
18
  "Illegale_Strassenrennen-Webprojekt": 8,
19
  "Kriegsmarine_Webprojekt": 19,
20
- "POS-23-24-Java": 13,
21
- "Valorant-Webprojekt": 29,
22
- "adapter-lab": 289,
23
- "ai-video": 129,
24
- "aucta": 262,
25
- "brz-chatbot": 129,
26
- "catchi": 235,
27
- "clawguard": 448,
28
- "codex-hackathon": 333,
29
- "cursor-austria": 40,
30
- "cursor-vienna-discord": 95,
31
- "datagvat-mcp": 565,
32
- "daytona-generative-ui": 354,
33
- "diplomarbeit-ideen": 267,
34
- "diplomarbeit-os": 1016,
35
- "hacknation": 553,
36
- "hacknation-app": 61,
37
- "hacknation-landing": 203,
38
- "hacknation-venture": 15,
39
- "hacknation-web": 35,
40
- "hands-on-ai": 70,
41
- "htl-donaustadt-chatbot": 40,
42
- "html-starter": 2,
43
- "ifg-agentic": 250,
44
- "interior-3d": 32,
45
- "interiorly": 377,
46
- "interiorly-dashboard": 64,
47
- "interiorly-pitch": 96,
48
- "interiorly-preview": 40,
49
- "interiorly-promo-fake": 259,
50
- "interiorly_changelog": 17,
51
- "interiorly_landingpage": 55,
52
- "jku-assignments": 83,
53
- "jku-current-topics-report": 24,
54
- "jku-encyclopedia": 335,
55
- "mlpc-2026-task3": 65,
56
- "mlpc-exam": 59,
57
- "mlpc_task_4": 45,
58
- "mystahd": 65,
59
- "next-todo": 13,
60
- "openai-build-week": 68,
61
- "portfolio": 131,
62
- "qdrant-hackathon": 172,
63
- "start-hackathon": 64,
64
- "synth-ui": 163,
65
- "synth-ui-training": 15,
66
- "tdot_chatbot": 139,
67
- "untis-lehrer-extension": 19,
68
- "young_ai_leaders_linz": 65,
69
- "zero_one_hack_01": 435
 
 
 
 
 
70
  },
71
  "cap_reached": false,
72
- "chunks_considered": 9443,
73
  "dedup_report": {
74
- "exact_duplicates_dropped": 533,
75
- "near_duplicates_dropped": 549,
76
- "rows_kept": 8361
77
  },
78
- "files_considered": 5501,
79
- "files_selected": 5455,
80
  "filter_report": {
81
  "empty": 45,
82
  "excluded_directory": 65,
83
- "extension": 4626,
84
- "gitignored": 6,
85
  "lockfile": 55,
86
  "secret_openai_key": 1,
87
  "sensitive_path": 31,
@@ -89,7 +104,11 @@
89
  "symlink_directory": 2,
90
  "too_large": 121
91
  },
92
- "generated_at": "2026-07-16T15:54:08+00:00",
 
 
 
 
93
  "max_rows": 1000000,
94
  "parameters": {
95
  "chunk_overlap_tokens": 64,
@@ -108,9 +127,11 @@
108
  "Illegale_Strassenrennen-Webprojekt": "train",
109
  "Kriegsmarine_Webprojekt": "train",
110
  "POS-23-24-Java": "train",
 
111
  "Valorant-Webprojekt": "train",
112
  "adapter-lab": "train",
113
  "ai-video": "train",
 
114
  "aucta": "train",
115
  "brz-chatbot": "train",
116
  "catchi": "train",
@@ -122,6 +143,7 @@
122
  "daytona-generative-ui": "train",
123
  "diplomarbeit-ideen": "train",
124
  "diplomarbeit-os": "train",
 
125
  "hacknation": "train",
126
  "hacknation-app": "valid",
127
  "hacknation-landing": "train",
@@ -142,6 +164,8 @@
142
  "jku-assignments": "train",
143
  "jku-current-topics-report": "train",
144
  "jku-encyclopedia": "train",
 
 
145
  "mlpc-2026-task3": "train",
146
  "mlpc-exam": "train",
147
  "mlpc_task_4": "train",
@@ -159,31 +183,33 @@
159
  "zero_one_hack_01": "valid"
160
  },
161
  "repositories_discovered": 60,
162
- "repositories_with_rows": 53,
163
  "rows": {
164
- "total": 8361,
165
- "train": 7172,
166
- "valid": 1189
167
  },
168
  "self_test": {
169
  "loader": "datasets.load_dataset(\"JulianAT/personal-codex-model\")",
170
  "splits": {
171
- "train": 7172,
172
- "valid": 1189
173
  },
174
  "status": "passed"
175
  },
 
176
  "sources": {
177
  "config": "local config.yaml (not published)",
178
  "repository_root": "local repository checkouts (not published)"
179
  },
180
  "tokens": {
181
  "histogram": {
182
- "0-255": 1891,
183
- "256-511": 1495,
184
- "512-1023": 4975
185
  },
186
- "total": 4968790
187
  },
 
188
  "variant": "raw-max"
189
  }
 
1
  {
2
  "by_language": {
3
  "CSS": 144,
4
+ "Dockerfile": 6,
5
  "HTML": 53,
6
+ "JSON": 2828,
7
  "Java": 13,
8
+ "JavaScript": 218,
9
+ "MDX": 93,
10
+ "Makefile": 1,
11
+ "Markdown": 6554,
12
+ "Prisma": 1,
13
+ "Procfile": 1,
14
  "Python": 1530,
15
  "SQL": 69,
16
+ "Shell": 60,
17
  "Swift": 15,
18
  "TOML": 9,
19
+ "TeX": 14,
20
+ "Text": 31,
21
  "TypeScript": 6170,
22
  "XML": 3,
23
+ "XML Schema": 354,
24
  "YAML": 112
25
  },
26
  "by_repo": {
27
+ "1AHIF-BOT": 3,
28
  "Illegale_Strassenrennen-Webprojekt": 8,
29
  "Kriegsmarine_Webprojekt": 19,
30
+ "POS-23-24-Java": 15,
31
+ "Project-CB": 1,
32
+ "Valorant-Webprojekt": 30,
33
+ "adapter-lab": 1301,
34
+ "ai-video": 196,
35
+ "asai": 50,
36
+ "aucta": 398,
37
+ "brz-chatbot": 366,
38
+ "catchi": 239,
39
+ "clawguard": 732,
40
+ "codex-hackathon": 1081,
41
+ "cursor-austria": 41,
42
+ "cursor-vienna-discord": 147,
43
+ "datagvat-mcp": 2107,
44
+ "daytona-generative-ui": 383,
45
+ "diplomarbeit-ideen": 387,
46
+ "diplomarbeit-os": 2737,
47
+ "ewor-skill": 276,
48
+ "hacknation": 624,
49
+ "hacknation-app": 68,
50
+ "hacknation-landing": 211,
51
+ "hacknation-venture": 17,
52
+ "hacknation-web": 37,
53
+ "hands-on-ai": 269,
54
+ "htl-donaustadt-chatbot": 42,
55
+ "html-starter": 4,
56
+ "ifg-agentic": 267,
57
+ "interior-3d": 35,
58
+ "interiorly": 457,
59
+ "interiorly-dashboard": 70,
60
+ "interiorly-pitch": 101,
61
+ "interiorly-preview": 41,
62
+ "interiorly-promo-fake": 263,
63
+ "interiorly_changelog": 36,
64
+ "interiorly_landingpage": 56,
65
+ "jku-assignments": 511,
66
+ "jku-current-topics-report": 29,
67
+ "jku-encyclopedia": 1216,
68
+ "jku-python": 1,
69
+ "julian-at": 2,
70
+ "mlpc-2026-task3": 92,
71
+ "mlpc-exam": 403,
72
+ "mlpc_task_4": 57,
73
+ "mystahd": 66,
74
+ "next-todo": 14,
75
+ "openai-build-week": 762,
76
+ "portfolio": 142,
77
+ "qdrant-hackathon": 191,
78
+ "start-hackathon": 78,
79
+ "synth-ui": 525,
80
+ "synth-ui-training": 20,
81
+ "tdot_chatbot": 146,
82
+ "untis-lehrer-extension": 29,
83
+ "young_ai_leaders_linz": 70,
84
+ "zero_one_hack_01": 810
85
  },
86
  "cap_reached": false,
87
+ "chunks_considered": 20700,
88
  "dedup_report": {
89
+ "exact_duplicates_dropped": 1409,
90
+ "near_duplicates_dropped": 1012,
91
+ "rows_kept": 18279
92
  },
93
+ "files_considered": 8825,
94
+ "files_selected": 8779,
95
  "filter_report": {
96
  "empty": 45,
97
  "excluded_directory": 65,
98
+ "extension": 1283,
99
+ "gitignored": 25,
100
  "lockfile": 55,
101
  "secret_openai_key": 1,
102
  "sensitive_path": 31,
 
104
  "symlink_directory": 2,
105
  "too_large": 121
106
  },
107
+ "generated_at": "2026-07-16T15:57:59+00:00",
108
+ "lines": {
109
+ "nonblank": 1150304,
110
+ "total": 1301863
111
+ },
112
  "max_rows": 1000000,
113
  "parameters": {
114
  "chunk_overlap_tokens": 64,
 
127
  "Illegale_Strassenrennen-Webprojekt": "train",
128
  "Kriegsmarine_Webprojekt": "train",
129
  "POS-23-24-Java": "train",
130
+ "Project-CB": "train",
131
  "Valorant-Webprojekt": "train",
132
  "adapter-lab": "train",
133
  "ai-video": "train",
134
+ "asai": "train",
135
  "aucta": "train",
136
  "brz-chatbot": "train",
137
  "catchi": "train",
 
143
  "daytona-generative-ui": "train",
144
  "diplomarbeit-ideen": "train",
145
  "diplomarbeit-os": "train",
146
+ "ewor-skill": "train",
147
  "hacknation": "train",
148
  "hacknation-app": "valid",
149
  "hacknation-landing": "train",
 
164
  "jku-assignments": "train",
165
  "jku-current-topics-report": "train",
166
  "jku-encyclopedia": "train",
167
+ "jku-python": "valid",
168
+ "julian-at": "train",
169
  "mlpc-2026-task3": "train",
170
  "mlpc-exam": "train",
171
  "mlpc_task_4": "train",
 
183
  "zero_one_hack_01": "valid"
184
  },
185
  "repositories_discovered": 60,
186
+ "repositories_with_rows": 58,
187
  "rows": {
188
+ "total": 18279,
189
+ "train": 15157,
190
+ "valid": 3122
191
  },
192
  "self_test": {
193
  "loader": "datasets.load_dataset(\"JulianAT/personal-codex-model\")",
194
  "splits": {
195
+ "train": 15157,
196
+ "valid": 3122
197
  },
198
  "status": "passed"
199
  },
200
+ "source_files": 7836,
201
  "sources": {
202
  "config": "local config.yaml (not published)",
203
  "repository_root": "local repository checkouts (not published)"
204
  },
205
  "tokens": {
206
  "histogram": {
207
+ "0-255": 2780,
208
+ "256-511": 2511,
209
+ "512-1023": 12988
210
  },
211
+ "total": 12456402
212
  },
213
+ "utf8_bytes": 52915839,
214
  "variant": "raw-max"
215
  }