Views
No views yet
Status: research brick / architectural checkpoint.
Not a chat model. Random muP-init weights — expect nonsense generations until Stage2 train.
Next rework / first trained weights target: August 2026.
LatexForCausalLM (model_type=latex), NHAT hybrid attention1import torch
2from transformers import AutoModelForCausalLM, AutoConfig
3
4repo = "MagistrTheOne/NULLXES-L-TEX-20B-Genesis-v0.1"
5config = AutoConfig.from_pretrained(repo, trust_remote_code=True)
6model = AutoModelForCausalLM.from_pretrained(
7 repo, trust_remote_code=True, torch_dtype=torch.bfloat16, device_map="auto"
8)| When | Milestone |
|---|---|
| now | Genesis v0.1 (this repo) |
| next week | Stage2 ZeRO-3 smoke + ~100M tokens mid-eval on RTX PRO 6000 |
| Aug 2026 | First trained 20B weights / card refresh |
| later | A35B dense → 480B-A35B MoE (cluster) |