CoolFace
Modelpublic

MagistrTheOne/KNK-VF-153B

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
0likes17downloads
Model Card

KNK-VF-153B Active-14B

<p align="center"> <strong>KUROTAMA-NO-KAMI VOID FORGED (KNK-VF)</strong><br/> NULLXES frontier Sparse Mixture-of-Experts initialization artifact </p>

OwnerNULLXES
Contactceo@nullxes.com
ProgramNULLXES KNKF
HubMagistrTheOne/KNK-VF-153B
CodenameKNK-VF-153B Active-14B
PhaseInit-only — prepared for aggressive datacenter pretrain
PretrainedNo
LicenseNULLXES proprietary / research use (license: other)

Summary

This repository publishes a deterministically initialized, 36-shard bf16 checkpoint for the NULLXES KNKF frontier program. It is the starting weight artifact for large-scale pretraining on NULLXES-owned H200/B300 datacenter clusters — not a finished foundation model.

Warning: Random-init inference produces meaningless text. Do not deploy for end users until pretrain + eval gates complete.

Parameter report

MetricValue
Total parameters153,044,910,080 (~153.0B)
Active parameters / token14,129,561,600 (~14.1B)
Layers50
Hidden size4,096
Attention heads (GQA)32 / 8 KV
Routed experts128 (top-8 + 1 shared)
Context target262,144 tokens
Vocabulary target128,000 (EN / RU / code)
Precisionbfloat16
Shards36 × ~8 GB safetensors

Architecture

  • —Family: NULLXES KNKF / KNK-VF VOID FORGED
  • —Attention: GQA + hybrid local/global pattern (window 4096, global every 4 layers)
  • —FFN: SwiGLU dense prefix (4 layers) + sigmoid-routed Sparse MoE (SME-BU load balance)
  • —Position: RoPE (theta=1e6) + YaRN scaling
  • —Init policy: Llama-NeoX-style residual (base_std=0.02, router_std=0.001, global_seed=42)
  • —Config source: configs/model/knk_vf_153b_active14b.yaml

Purpose (NULLXES)

  1. 1.Validate MoE sharding, HF publishing, and cluster init pipeline on H200/B300.
  2. 2.Bootstrap aggressive target-scale pretraining on NULLXES datacenter infrastructure.
  3. 3.Pair with 128K EN/RU/code tokenizer + knk_vf_chat_v2 bootstrap data before SFT.

Execution policy

text
KNKF_CLUSTER_EXECUTION=1
KNKF_ACCELERATOR=h200|b300
  • —Cluster-only execution — no local full-model materialization.
  • —Do not load all 153B parameters into single-node RAM/VRAM.
  • —Megatron-Core distributed pretrain is the intended consumer after proxy gates pass.

Training roadmap

PhaseGoal
0 ✅Sharded init checkpoint on Hub (this repo)
1Train knk_vf_tokenizer_128k on EN/RU/code corpus
2Bootstrap SFT pipeline validation (7B proxy, LLaMA-Factory)
3Proxy MoE pretrain on H200 (routing + muP + data gates)
4Aggressive 153B→1T pretrain on NULLXES datacenters (Megatron)

Bundled files

FileDescription
model-00001..00036.safetensorsSharded bf16 weights
model.safetensors.index.jsonShard index
config.jsonArchitecture metadata
init_metadata.jsonInit provenance
tokenizer_config.jsonTokenizer spec (no weights)
special_tokens_map.jsonSpecial tokens
chat_template.jinjaknk_vf_chat_v2 NULLXES identity template

Not included: tokenizer.model (train separately).

Limitations

  • —No pretraining or alignment — weights are randomly initialized.
  • —No production SLA, safety eval, or benchmark scores at this phase.
  • —Inference stacks (vLLM / Megatron) require NULLXES integration work.

Citation

bibtex
@misc{nullxes_knkf_153b_init_2026,
  title        = {KNK-VF-153B Active-14B: NULLXES VOID FORGED Initialization Checkpoint},
  author       = {NULLXES},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/MagistrTheOne/KNK-VF-153B}},
  note         = {Initialization-only. Contact: ceo@nullxes.com}
}

Links

  • —GitHub: NULLXES-KNKF
  • —Stable 1T target: configs/model/knk_vf_target_70b_active.yaml
  • —Ultra-frontier 3.5T: configs/model/knkf_kagutsuchi_tracks_3_5t.yaml
  • —Bootstrap data: configs/data/bootstrap_identity_tier0.yaml

NULLXES — KUROTAMA-NO-KAMI VOID FORGED. Prepared for aggressive frontier training on proprietary infrastructure.