cyberviser/opus-4.8-recreation-1b-light
Opus 4.8 Recreation (student) via Claude 4.8 Distillation + OpenMythos RDT
This is a governance-hardened experimental student model trained as part of the "Opus 4.8 recreation" research track.
Key characteristics
- Base architecture: OpenMythos Recurrent-Depth Transformer (Prelude → RecurrentBlock×T (Parcae LTI + MLA/MoE + ACT) → Coda)
- Distillation objectives (when enabled): logit KL + recurrent state matching + ACT halt prob + MoE router KL from Claude 4.8 extended thinking traces
- Continued pretraining: FineWeb-Edu (sample-10BT) streaming
- Run config: 2000 steps | light=True | distillation every 100 steps | unroll=1
- Provenance: Full audit via
claude_teacher_recursive_trainer.governance_precheck,check_spend_limits,DISTILLATION_STATE_FILE,execution_lock.json
Governance & Safety
This artifact was produced under the lab threat model and execution lock:
I_APPROVE_CLAUDE_4_8_DISTILLATIONapproval phrase +opus_4_8_recreation_allowedflag required- Persistent spend tracking and hard pre-flight budget checks (
CLAUDE_*_BUDGETenvs) REVIEW_REQUIREDevidence gate for high-spend runs- See
lab/policies/active_lab_threat_model.json(case: "Opus 4.8 recreation + capability exfiltration")
Strong disclaimer: This is an independent, open research reconstruction. Not affiliated with, endorsed by, or sponsored by Anthropic. Capabilities are intentionally limited by the 1B-scale student + conservative unroll + governance caps.
Loading (matching cyberviser org convention)
import json, torch
from open_mythos import OpenMythos, MythosConfig
from huggingface_hub import hf_hub_download
cfg_path = hf_hub_download("cyberviser/opus-4.8-recreation-1b-light", "config.json")
wts_path = hf_hub_download("cyberviser/opus-4.8-recreation-1b-light", "pytorch_model.bin")
with open(cfg_path) as f:
cfg = MythosConfig(**json.load(f))
model = OpenMythos(cfg)
model.load_state_dict(torch.load(wts_path, map_location="cpu", weights_only=True))
model.eval()
Files
config.json— MythosConfigpytorch_model.bin— state_dictmodel.safetensors— (if generated)final_model.pt— full checkpoint with provenance (in the run volume)
Links
- Training script:
training/final_opus_4_8_modal.py - Governance:
lab/policies/execution_lock.json,lab/policies/active_lab_threat_model.json - Trainer:
training/claude_teacher_recursive_trainer.py
Generated by the ArtificialAutism / 0AI-CyberViser governed distillation pipeline.
- Downloads last month
- 16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support