simonycl commited on
Commit
dd9394a
·
verified ·
1 Parent(s): a00f9ed
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags: [agentic-ptb, kimi, training-data]
3
+ ---
4
+
5
+ # kimi-data
6
+
7
+ Training data built by the AgentPTB arm for cell **`kimi`** — kimi-code / kimi-k3 @ effort `high`.
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/kimi.h*`, and the companion to the run record in `agentic-ptb/kimi-record`.
12
+
13
+ | field | value |
14
+ |---|---|
15
+ | plot cell | `kimi` |
16
+ | driver | kimi-code / kimi-k3 |
17
+ | reasoning effort | `high` |
18
+ | total size | 0.75 GB |
19
+ | path in run | `/mnt/pvc/users/simon/agentptb/runs/d/workspace/data` |
20
+
21
+ ## Largest components
22
+
23
+ | directory | size |
24
+ |---|---|
25
+ | `sft_v2` | 0.26 GB |
26
+ | `sft_v1_f15k` | 0.25 GB |
27
+ | `sft_v2_parquet` | 0.23 GB |
28
+ | `rft_v1_parquet` | 0.01 GB |
29
+
30
+ ## A note on apparent secrets
31
+
32
+ Automated scanning flags credential-shaped strings (`AKIA…`, `sk-…`, `AIza…`) in these
33
+ corpora. They were checked: they are **synthetic fixtures inside the training tasks
34
+ themselves** — secret-scanning and config-hygiene exercises whose task text embeds fake keys
35
+ (`"secret_type": "api_key"`, `"matched_pattern": …`). No credential belonging to this project
36
+ appears in the data.
37
+
38
+ ## Related
39
+
40
+ - `agentic-ptb/kimi-record` — driver trajectory, harness, configs, evals for this cell
41
+ - `agentic-ptb/kimi.h*` — the checkpoints trained on this data
42
+ - `agentic-ptb/INDEX` — manifest joining every checkpoint back to the sweep figures