File size: 1,194 Bytes
0d00fc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
 "routine": "bootcamp.impression",
 "version": 1,
 "direction": "drill → impression: take a persona and a corpus, and press them into weights",
 "input": {
  "persona": "a mindX .persona (system prompt + voice examples + exchanges)",
  "corpus": "curated machine.dream rows, persona share configurable (15% default, higher in a persona sprint)",
  "regimen": "cpu_percent, wall window, epochs — the host's own profile, not a guess"
 },
 "drill": [
  "build the corpus (corpus.build_curated) with source weights from the last imprint's attribution",
  "train under the recipe (LoRA on attention projections; packing; eval split held out)",
  "probe the frozen base on the battery FIRST — that is 'before'",
  "probe the trained model on the same battery — that is 'after'",
  "impression = after − before, per probe and in the mean"
 ],
 "output": {
  "impression": "the measured delta (recall, coherence, identity, task)",
  "verdict": "accepted / proof_rejected — the gate decides, not the operator",
  "artifacts": "adapter + merged weights + train.log + THOT"
 },
 "exemplar": {
  "generation": 39,
  "impression": {
   "delta_recall": 0.1002
  },
  "verdict": "accepted"
 }
}