JulianAT commited on
Commit
9f9829f
·
verified ·
1 Parent(s): afbc6cf

Publish validated code corpus

Browse files
Files changed (4) hide show
  1. LICENSE +21 -0
  2. README.md +6 -6
  3. dataset_infos.json +2 -2
  4. statistics.json +2 -2
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 JulianAT
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  pretty_name: Personal Codex Model Training Corpus
3
- license: other
4
  language:
5
  - code
6
  annotations_creators:
@@ -84,7 +84,6 @@ after filtering, chunking, secret screening, and global deduplication.
84
 
85
  | Metric | Value |
86
  | --- | ---: |
87
- | Dataset variant | `raw-max` |
88
  | Total examples | 18,361 |
89
  | Training examples | 15,226 |
90
  | Validation examples | 3,135 |
@@ -236,10 +235,11 @@ Some contributing repositories were private at collection time. Public publicati
236
  enabled by the dataset maintainer. Users should still treat repository names, paths, comments, and
237
  source text as potentially identifying information.
238
 
239
- The dataset uses the Hugging Face `other` license classification because no single dataset-wide
240
- software license supersedes the licenses and obligations of the contributing repositories. Users
241
- are responsible for reviewing source-specific rights and restrictions before redistribution,
242
- commercial use, model release, or generated-code reuse.
 
243
 
244
  ## Limitations
245
 
 
1
  ---
2
  pretty_name: Personal Codex Model Training Corpus
3
+ license: mit
4
  language:
5
  - code
6
  annotations_creators:
 
84
 
85
  | Metric | Value |
86
  | --- | ---: |
 
87
  | Total examples | 18,361 |
88
  | Training examples | 15,226 |
89
  | Validation examples | 3,135 |
 
235
  enabled by the dataset maintainer. Users should still treat repository names, paths, comments, and
236
  source text as potentially identifying information.
237
 
238
+ The packaged dataset is released under the MIT License. The included
239
+ `LICENSE` file contains the complete terms. This dataset-level license does not supersede separate
240
+ licenses, notices, or obligations that may apply to code from contributing repositories. Users are
241
+ responsible for source-specific compliance when redistributing code, releasing trained models, or
242
+ using generated output.
243
 
244
  ## Limitations
245
 
dataset_infos.json CHANGED
@@ -2,7 +2,7 @@
2
  "default": {
3
  "builder_name": "parquet",
4
  "config_name": "default",
5
- "dataset_name": "raw-max",
6
  "dataset_size": 55936910,
7
  "description": "Repository-walked personal code chunks for completion training.",
8
  "download_size": 19544803,
@@ -36,7 +36,7 @@
36
  "dtype": "string"
37
  }
38
  },
39
- "license": "other",
40
  "size_in_bytes": 75481713,
41
  "splits": {
42
  "train": {
 
2
  "default": {
3
  "builder_name": "parquet",
4
  "config_name": "default",
5
+ "dataset_name": "personal-codex-model",
6
  "dataset_size": 55936910,
7
  "description": "Repository-walked personal code chunks for completion training.",
8
  "download_size": 19544803,
 
36
  "dtype": "string"
37
  }
38
  },
39
+ "license": "mit",
40
  "size_in_bytes": 75481713,
41
  "splits": {
42
  "train": {
statistics.json CHANGED
@@ -118,7 +118,7 @@
118
  "symlink_directory": 2,
119
  "too_large": 121
120
  },
121
- "generated_at": "2026-07-16T16:10:46+00:00",
122
  "lines": {
123
  "nonblank": 1153093,
124
  "total": 1305187
@@ -225,5 +225,5 @@
225
  "total": 12472126
226
  },
227
  "utf8_bytes": 52976638,
228
- "variant": "raw-max"
229
  }
 
118
  "symlink_directory": 2,
119
  "too_large": 121
120
  },
121
+ "generated_at": "2026-07-16T16:14:27+00:00",
122
  "lines": {
123
  "nonblank": 1153093,
124
  "total": 1305187
 
225
  "total": 12472126
226
  },
227
  "utf8_bytes": 52976638,
228
+ "variant": "default"
229
  }