Views
No views yet
| Status | 🟢 v4 5B — head-to-head contender against v3 5B. Launched only if the v4 1B gate passes. Adds entropy bias + attention-pool descriptor on top of v3's leak-fixed foundation. |
| Architecture | DSC = GDN-2 + Dynamic Sparse Caching + Idea 1 (attention-pool descriptor) + Idea 2 (entropy bias) |
| Parameters | ~370 M |
| Training data | FineWeb-Edu sample/100BT (5 B-token slice) |
| Tokenizer | TinyLlama v1.1 (vocab = 32 000) |
| Context length | 4 096 (training) |
| Hardware | 8 × NVIDIA H200 141 GB (FSDP) |
| Loss @ 5B | 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.dsc/v4/dsc.py over
off/GatedDeltaNet-2/lit_gpt/dsc.py (with a trap to restore v3 on exit).
See pretrain_dsc_370m_5b_v4.sh and pretrain_dsc_370m_30b_v4.sh.@misc{dsc-v4-5b-2026,
author = {LLM-OS-Models},
title = {DSC 370M FineWeb-Edu 5B v4},
year = {2026},
url = {https://huggingface.co/LLM-OS-Models/dsc-370m-fineweb-edu-5b-v4}
}