gss1147 commited on
Commit
d86497a
·
verified ·
1 Parent(s): 01fe26a

Upload 4 files

Browse files
Files changed (4) hide show
  1. CHANGELOG.md +4 -0
  2. CITATION.cff +9 -0
  3. README.md +49 -0
  4. WHITEPAPER_POINTER.md +3 -0
CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Changelog
2
+
3
+ ## v1.0.0 (2026-01-01)
4
+ - Initial public release (Within Us AI)
CITATION.cff ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ title: "Genesis AI Code 100K (Frontier)"
3
+ message: "If you use this dataset, please cite it."
4
+ type: dataset
5
+ authors:
6
+ - name: "Within Us AI"
7
+ version: 1.0.0
8
+ date-released: 2026-01-01
9
+ license: CC0-1.0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Genesis AI Code 100K (Frontier)
3
+ tags:
4
+ - within-us-ai
5
+ - genesis
6
+ - code
7
+ - agentic
8
+ - reasoning
9
+ - tool-calling
10
+ - evaluation
11
+ - security
12
+ - governance
13
+ - moe
14
+ task_categories:
15
+ - text-generation
16
+ - question-answering
17
+ language:
18
+ - en
19
+ license: cc0-1.0
20
+ size_categories:
21
+ - 100K<n<1M
22
+ ---
23
+
24
+ # Genesis AI Code 100K (Frontier)
25
+
26
+ **Developed by: Within Us AI**
27
+
28
+ Frontier dataset with tool-call traces, self-grading, budgets, and audit orientation.
29
+
30
+ ## Splits
31
+ - train: 98,000
32
+ - validation: 2,000
33
+
34
+ ## Highlights
35
+ - Tests-as-truth supervision patterns
36
+ - Diff-first patching
37
+ - Agentic loops (plan→edit→test→reflect) with bounded budgets
38
+ - Tool-call trace supervision (where present)
39
+ - Governance/audit & policy-gate awareness
40
+
41
+ ## Storage format
42
+ Parquet unavailable (No module named 'pyarrow'); JSONL shards in `/data`.
43
+
44
+ ## Quick start
45
+ ```python
46
+ from datasets import load_dataset
47
+ ds = load_dataset("<YOUR_ORG_OR_USER>/Genesis AI Code 100K (Frontier)", split="train")
48
+ print(ds[0])
49
+ ```
WHITEPAPER_POINTER.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Within Us AI
2
+
3
+ Genesis Whitepaper is provided in the demo pack as `GENESIS_WHITEPAPER.md`.