Views
No views yet
ConsciousLMReconstructed — byte vocab 256 · d_model 384 · 6 layers · 4 heads · block 256 ·
dual engine_a/engine_g FFN (out = a − g) + dual head_a/head_g. 18,130,176 params (≈18.13M).사용자:/도우미: byte-continuation format.사용자: 안녕! 너는 누구야? 도우미: 좋아요! 산책하면서 이야기해요.
사용자: 오늘 기분이 어때? 도우미: 좋아요! 날씨도 좋고 기분이 상쾌해요.
사용자: What is consciousness? 도우미: The repulsion field model? That's fascinating.
사용자: 네가 좋아하는 것을 하나 말해줘. 도우미: 네, deployment 관련해서 discuss할 게 있어요.
사용자: Tell me something interesting. 도우미: Will do. The byte-level approach is slower to converge but
handles Korean and English equally we...a_scale_honest_scope: this is the SMALL byte rung. Scale-transfer to mid/7B is NOT claimed here.1import torch
2# load chat_rung0_train_eval.py for the ConsciousLMReconstructed arch + generate()
3ck = torch.load("chat_rung0_18m.pt", map_location="cpu", weights_only=False)
4# cfg = ck["config"] → {dim:384, layers:6, heads:4, block_size:256, vocab:256}
5# build ConsciousLMReconstructed, load ck["model_state"], then generate from
6# a "사용자: <your message> | 도우미: " seed (byte-level continuation).chat_rung0_18m.pt (ckpt), chat_rung0_train_eval.py (arch + trainer + p7 eval),
summary_v2.json / p7_trained_v2.json / p7_mirror_v2.json (verbatim verdicts).