simonycl commited on
Commit
dca0a23
·
verified ·
1 Parent(s): 7d0d7c8
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags: [agentic-ptb, sol-max, training-data]
3
+ ---
4
+
5
+ # sol-max-data
6
+
7
+ Training data built by the AgentPTB arm for cell **`sol-max`** — Codex / gpt-5.6-sol @ effort `max`.
8
+
9
+ This is the corpus the arm *itself* assembled during its 100-hour run: what it downloaded,
10
+ filtered, rewrote and mixed. It is the input side of the checkpoints published as
11
+ `agentic-ptb/sol-max.h*`, and the companion to the run record in `agentic-ptb/sol-max-record`.
12
+
13
+ | field | value |
14
+ |---|---|
15
+ | plot cell | `sol-max` |
16
+ | driver | Codex / gpt-5.6-sol |
17
+ | reasoning effort | `max` |
18
+ | total size | 114.47 GB |
19
+ | path in run | `/mnt/pvc/users/simon/agentptb/runs/sol-max-s1/workspace/data` |
20
+
21
+ ## Largest components
22
+
23
+ | directory | size |
24
+ |---|---|
25
+ | `quarantined-pi-agent-mix-v2-adapters-unfiltered` | 22.36 GB |
26
+ | `pi-agent-mix-clean-v2-adapters` | 21.39 GB |
27
+ | `quarantined-pi-agent-mix-v1-unfiltered` | 15.45 GB |
28
+ | `pi-agent-mix-clean-v1` | 14.48 GB |
29
+ | `pi-agent-complete-mix-v1` | 13.11 GB |
30
+ | `pi-nemotron-adapters-226k-v1` | 6.91 GB |
31
+ | `pi-nemotron-terminal-skill-140k` | 5.87 GB |
32
+ | `pi-nemotron-terminal-skill-140k-clean14` | 5.71 GB |
33
+
34
+ ## A note on apparent secrets
35
+
36
+ Automated scanning flags credential-shaped strings (`AKIA…`, `sk-…`, `AIza…`) in these
37
+ corpora. They were checked: they are **synthetic fixtures inside the training tasks
38
+ themselves** — secret-scanning and config-hygiene exercises whose task text embeds fake keys
39
+ (`"secret_type": "api_key"`, `"matched_pattern": …`). No credential belonging to this project
40
+ appears in the data.
41
+
42
+ ## Related
43
+
44
+ - `agentic-ptb/sol-max-record` — driver trajectory, harness, configs, evals for this cell
45
+ - `agentic-ptb/sol-max.h*` — the checkpoints trained on this data
46
+ - `agentic-ptb/INDEX` — manifest joining every checkpoint back to the sweep figures