Upload janus/sft_doe_lora_2026_05_10/README.md with huggingface_hub
Browse files
janus/sft_doe_lora_2026_05_10/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DoE LoRA — 2026-05-10
|
| 2 |
+
|
| 3 |
+
LoRA SFT to transfer DoE.coder voice onto Janus 177M base22k.
|
| 4 |
+
|
| 5 |
+
## Recipe
|
| 6 |
+
|
| 7 |
+
| Param | Value |
|
| 8 |
+
|---|---|
|
| 9 |
+
| Base | Janus 177M (`janus/janus_177m_v4_base_22442.pt`, 22k pretraining steps, vocab=32768) |
|
| 10 |
+
| Tokenizer | `janus/tokenizer.pkl` (tiktoken-based) |
|
| 11 |
+
| Dataset | `arianna-datasets/doe/doe_pure.jsonl` (5910 messages, English technical) |
|
| 12 |
+
| LoRA rank | 64 |
|
| 13 |
+
| LoRA alpha | 128 |
|
| 14 |
+
| Targets (7) | c_q, c_k, c_v, c_proj, w_gate, w_up, w_down |
|
| 15 |
+
| Trainable params | 15,400,960 (8.74% of base) |
|
| 16 |
+
| Optimizer | AdamW (0.9, 0.95) wd=0.1 |
|
| 17 |
+
| LR | 1e-4 |
|
| 18 |
+
| Epochs | 2 |
|
| 19 |
+
| Batch size | 4 |
|
| 20 |
+
| Hardware | A100 SXM 80GB, bf16 autocast |
|
| 21 |
+
|
| 22 |
+
Note: base22k was pretraining-only (no chat format). LoRA bridges OOD prompt format → DoE Q&A. Train loss plateau ~3.7 reflects this OOD bridge cost (vs Resonance runs at ~0.30).
|
| 23 |
+
|
| 24 |
+
## Phase 7 multi-temp — voice markers
|
| 25 |
+
|
| 26 |
+
- *"The parliament's version of the parliament's version of the expert system"*
|
| 27 |
+
- *"The parliament's most useful feature: it has a full history"*
|
| 28 |
+
- *"the parliament's approach to problem-solving. 'The real experts solve the least significant'"*
|
| 29 |
+
- *"Expert says: it's a machine learning model trained on large data sets..."*
|
| 30 |
+
|
| 31 |
+
DoE corpus signature ("parliament", "experts", Q&A form) in 6+/10 cells. Gate ≥3/10 → **PASS**.
|
| 32 |
+
|
| 33 |
+
## Files
|
| 34 |
+
|
| 35 |
+
- `adapter_best.pt` — LoRA weights + metadata (val 3.7022)
|
| 36 |
+
- `phase7_eval.jsonl` — 10-cell multi-temp eval
|