Views
No views yet
| Status | 🟢 v4 1B sanity check — gate decision input. Tests whether v4's architectural improvements (entropy bias + attention-pool descriptor) preserve v3's already-good 1B loss before escalating to 5B. |
| Architecture | DSC = GDN-2 + Dynamic Sparse Caching + Idea 1 (learnable attention-pool desc_attn_v) + Idea 2 (ent_bias_scale entropy bias on routing logits) |
| Parameters | ~370 M |
| Training data | FineWeb-Edu sample/100BT (1 B-token slice) |
| Tokenizer | TinyLlama v1.1 (vocab = 32 000) |
| Context length | 4 096 (training) |
| Hardware | 8 × NVIDIA H200 141 GB (FSDP) |
| Loss @ 1B | see docs/DSC_LIVE_STATUS_KO.md |
| License | Apache-2.0 |
| Trained by | LLM-OS-Models · code at gyunggyung/long-gdn |
desc_attn_v): replaces the
fixed [mean/max/softmax-attn] triplet with a learned attention pool so
the descriptor can highlight key-relevant features per chunk.ent_bias_scale): adds a bias
proportional to batch-level routing entropy, letting the router
sharpen or smooth its decisions dynamically.@misc{dsc-v4-1b-2026,
author = {LLM-OS-Models},
title = {DSC 370M FineWeb-Edu 1B v4 sanity check},
year = {2026},
url = {https://huggingface.co/LLM-OS-Models/dsc-370m-fineweb-edu-1b-v4}
}