README
Browse files
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags: [agentic-ptb, dpsk-v4-flash, training-data]
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# dpsk-v4-flash-data
|
| 6 |
+
|
| 7 |
+
Training data built by the AgentPTB arm for cell **`dpsk-v4-flash`** — pi / DeepSeek v4-flash @ effort `thinking`.
|
| 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/dpsk-v4-flash.h*`, and the companion to the run record in `agentic-ptb/dpsk-v4-flash-record`.
|
| 12 |
+
|
| 13 |
+
| field | value |
|
| 14 |
+
|---|---|
|
| 15 |
+
| plot cell | `dpsk-v4-flash` |
|
| 16 |
+
| driver | pi / DeepSeek v4-flash |
|
| 17 |
+
| reasoning effort | `thinking` |
|
| 18 |
+
| total size | 18.31 GB |
|
| 19 |
+
| path in run | `/mnt/pvc/users/simon/agentptb/runs/c/workspace/sft_data` |
|
| 20 |
+
|
| 21 |
+
## Largest components
|
| 22 |
+
|
| 23 |
+
| directory | size |
|
| 24 |
+
|---|---|
|
| 25 |
+
| `raw` | 2.82 GB |
|
| 26 |
+
| `ds_main2` | 2.24 GB |
|
| 27 |
+
| `ds_deep2` | 1.65 GB |
|
| 28 |
+
| `ds_deep` | 1.23 GB |
|
| 29 |
+
| `ds_main` | 1.17 GB |
|
| 30 |
+
| `ds_final` | 0.98 GB |
|
| 31 |
+
| `ds_smoke` | 0.04 GB |
|
| 32 |
+
|
| 33 |
+
## A note on apparent secrets
|
| 34 |
+
|
| 35 |
+
Automated scanning flags credential-shaped strings (`AKIA…`, `sk-…`, `AIza…`) in these
|
| 36 |
+
corpora. They were checked: they are **synthetic fixtures inside the training tasks
|
| 37 |
+
themselves** — secret-scanning and config-hygiene exercises whose task text embeds fake keys
|
| 38 |
+
(`"secret_type": "api_key"`, `"matched_pattern": …`). No credential belonging to this project
|
| 39 |
+
appears in the data.
|
| 40 |
+
|
| 41 |
+
## Related
|
| 42 |
+
|
| 43 |
+
- `agentic-ptb/dpsk-v4-flash-record` — driver trajectory, harness, configs, evals for this cell
|
| 44 |
+
- `agentic-ptb/dpsk-v4-flash.h*` — the checkpoints trained on this data
|
| 45 |
+
- `agentic-ptb/INDEX` — manifest joining every checkpoint back to the sweep figures
|