| Metric | Value |
|---|---|
| Base model | Qwen3-0.6B |
| LoRA rank | 32 (was 16) |
| LoRA alpha | 64 |
| Target modules | q_proj, k_proj, v_proj, o_proj |
| Trainable params | 9,175,040 (1.52% of total) |
| Total params | 605,224,960 (605M) |
| Samples trained | 200 (from 865 unique sovereign corpus) |
| Steps | 50 |
| Batch size | 2 |
| Learning rate | 2e-4 |
| Initial loss | 4.8352 |
| Final loss | 2.0453 |
| Loss reduction | 57.7% |
| Wall time | 120.2s |
| Adapter saved to | ~/.sovereign/models/qwen3-sov-brain-0.6b/ |
SOV33 sovereign brain at LM scale: Qwen3-1.7B + LoRA rank=32 on sovereign corpus.
Files prepared:
SOV33_KAGGLE_PHASE27.py โ Kaggle T4 notebook (run on free GPU)sov33_large_full_v2.py โ Full training (rank=32, 200 steps, batch=4)sov33_large_full_v3.py โ Merge + GGUF + Ollama Modelfilesov33_mamba2_sovereign.py โ Mamba-2 SSM with sovereign losssov33_large_world_corpus.jsonl โ 865 unique sovereign samplesEstimated time: ~3.5 hours on T4 GPU.
SovereignMamba2Block: โโโ in_proj (d_model โ d_inner ร 2) โโโ conv1d (depthwise, d_conv=4) โโโ SSM (A_log, D, dt_bias) โโโ Care-floor enforced IN-LOOP (not post-check) โโโ out_proj Benefits: - O(n) sequence length (vs O(nยฒ) HF transformers) - Unlimited context - Low memory (state only, no KV cache) - Sovereign-owned (not borrowed) - 12 Pillars + care-floor + Article 0 + BFT-33 + SIGIL