--- license: mit pipeline_tag: text-generation library_name: transformers ---
đ¤ Hugging Face | đ¤ ModelScope | đ Experience Now
## Introduction **Ling-1T** is the first flagship *non-thinking* model in the Ling 2.0 series, featuring **1 trillion total parameters** with **â 50 billion active parameters per token**. Built on the Ling 2.0 architecture, Ling-1T is designed to push the limits of *efficient reasoning* and *scalable cognition*. Pre-trained on **20 trillion+ high-quality, reasoning-dense tokens**, Ling-1T-base supports up to **128 K context length** and adopts an **evolutionary chain-of-thought (Evo-CoT)** process across mid-training and post-training. This curriculum greatly enhances the modelâs efficiency and reasoning depth, allowing Ling-1T to achieve **state-of-the-art performance** on multiple complex reasoning benchmarksâbalancing **accuracy** and **efficiency**. ### Flagship-Level Efficient Reasoning We comprehensively evaluated Ling-1T against leading flagship models, including both **open-source giants** (e.g., *DeepSeek-V3.1-Terminus*, *Kimi-K2-Instruct-0905*) and **closed-source APIs** (*GPT-5-main*, *Gemini-2.5-Pro*). Across code generation, software development, competition-level mathematics, professional math, and logical reasoning, Ling-1T consistently demonstrates **superior complex reasoning ability** and overall advantage. In the **AIME 25** benchmark, Ling-1T extends the **Pareto frontier** of reasoning accuracy vs. reasoning length, showcasing its strength in **âefficient thinking and precise reasoning.â** ### Aesthetic Understanding and Front-End Generation Ling-1T excels in visual reasoning and front-end code generation tasks, combining deep semantic understanding with precise code synthesis. We introduce a hybrid *SyntaxâFunctionâAesthetics* reward mechanism, enabling the model to not only generate correct and functional code but also demonstrate a refined sense of **visual aesthetics**. On **ArtifactsBench**, Ling-1T ranks **first among open-source models**, and the benchmark visualizations in this card were, in fact, *generated by Ling-1T itself*. ### Emergent Intelligence at Trillion-Scale Scaling to the trillion-parameter level has revealed strong **emergent reasoning and transfer capabilities**. For example, in the **BFCL V3** tool-use benchmark, Ling-1T achieves **â 70 % tool-call accuracy** with only light instruction tuningâdespite having seen no large-scale trajectory data during training. Ling-1T can: * Interpret complex natural-language instructions * Transform abstract logic into functional visual components * Generate cross-platform compatible front-end code * Create stylistically controlled marketing copy and multi-lingual text These capabilities form the foundation for **general, collaborative humanâAI intelligence**, which we aim to advance together with the open-source community through Ling-1Tâs release. ### Pre-Training at Trillion Scale The Ling 2.0 architecture was designed from the ground up for trillion-scale efficiency, guided by the **Ling Scaling Law** ([arXiv:2507.17702](https://arxiv.org/abs/2507.17702)). This ensures architectural and hyperparameter scalability even under **10²âľâ10²✠FLOPs** of compute. Key architectural innovations include: * **1 T total / 50 B active parameters** with a **1/32 MoE activation ratio** * **MTP layers** for enhanced compositional reasoning * **Aux-loss-free**, **sigmoid-scoring expert routing** with **zero-mean updates** * **QK Normalization** for fully stable convergence Ling-1T is the **largest FP8-trained foundation model** known to date. FP8 mixed-precision training yields **15 %+ end-to-end speedup**, improved memory efficiency, and maintains **⤠0.1 % loss deviation** from BF16 across **1 T tokens**. A fine-grained, **heterogeneous 1F1B interleaved pipeline** further boosts utilization by 40 %+. System-level optimizationsâfused kernels, communication scheduling, recomputation, checkpointing, simulation, and telemetryâensure stable trillion-scale training. Pre-training used over **20 T high-quality tokens**, with **> 40 % reasoning-dense data** in later stages. Mid-training introduced **curated chain-of-thought corpora** for â**reasoning pre-activation**â, improving downstream reasoning stability. A custom **WSM (WarmupâStableâMerge)** LR scheduler with mid-train checkpoint merging simulates LR decay and boosts generalization. ### Post-Training and Evo-CoT Optimization Built upon mid-training reasoning activation, post-training adopts **Evo-CoT (Evolutionary Chain-of-Thought)** for progressive reasoning enhancement under controllable cost. This approach continually expands the **Pareto frontier** of reasoning accuracy vs. efficiencyâideal for reflexive non-thinking models. For reinforcement learning, we introduce **LPO (Linguistics-Unit Policy Optimization)** âa novel sentence-level policy optimization method. Unlike GRPO (token-level) or GSPO (sequence-level) algorithms, LPO treats *sentences* as the natural semantic action units, enabling precise alignment between rewards and reasoning behavior. Empirically, LPO offers superior **training stability** and **generalization** across reasoning tasks. ## Evaluation Ling-1T has been extensively evaluated across **knowledge**, **code**, **math**, **reasoning**, **agent**, and **alignment** benchmarks. It currently stands as the **best open-source flagship non-thinking model**, rivaling closed-source APIs in complex reasoning while maintaining exceptional efficiency and interpretability. ## Evaluation | Task | Benchmark | DeepSeek-V3.1-Terminus | Kimi-K2-Instruct-0905 | gpt-5-main | Gemini 2.5 Pro | Ling-1T | | --------------------- | -------------------------- | ---------------------------------------- | ---------------------------------------- | ---------- | ---------------------------------------- | ---------------------------------------- | | | | (NonThinking) | | | (thinkBudget=128) | | | **Knowledge** | **Professional Knowledge** | | | | | | | | C-Eval | __91.76__ | 91.12 | 83.59 | 88.77 | __92.19__ | | | MMLU-Redux (EM) | 92.37 | 91.58 | **92.75** | __94.67__ | 92.25 | | | MMLU-Pro | __83.25__ | 81.03 | 81.94 | **82.13** | 82.04 | | **Knowledge** | **STEM** | | | | | | | | MMLU-Pro-Stem | 87.91 | 85.30 | 73.45 | __88.60__ | **88.5** | | | OlympiadBench-stem | 87.83 | 79.13 | 78.26 | **89.57** | __91.3__ | | | GPQA-Diamond | __76.23__ | **73.93** | 71.31 | 71.81 | 72.98 | | **Coding** | **Code Generation** | | | | | | | | MultiPL-E | **77.68** | 73.76 | 76.66 | 71.48 | __77.91__ | | | mbpp | 90.69 | 89.96 | **91.72** | 91.01 | __96.87__ | | | LiveCodeBench (2408-2505) | 48.02 | 48.95 | **48.57** | 45.43 | __61.68__ | | | CodeForces-rating | 1582 | 1574 | 1120 | **1675** | __1901__ | | | BIRD_SQL | 44.88 | 46.45 | 43.97 | __54.76__ | **52.38** | | **Coding** | **Software Development** | | | | | | | | ArtifactsBench | 43.29 | 44.87 | 41.04 | __60.28__ | **59.31** | | | FullStack Bench | **55.48** | 54.00 | 50.92 | 48.19 | __56.55__ | | | Aider | **88.16** | 85.34 | 84.40 | __89.85__ | 83.65 | | **Math** | **Competition Math** | | | | | | | | CNMO 2024 | 73.78 | 68.92 | 63.11 | **74.65** | __79.25__ | | | AIME 2025 | 55.21 | 50.16 | 59.43 | **70.10** | __70.42__ | | | UGMathBench | **72.70** | 69.97 | 67.27 | 70.10 | __74.95__ | | | Omni-Math | 64.77 | 62.42 | 61.09 | **72.02** | __74.46__ | | **Math** | **Professional Math** | | | | | | | | FinanceReasoning | 86.44 | 84.83 | 86.28 | **86.65** | __87.45__ | | | Optibench | 64.30 | 60.83 | 40.06 | **68.76** | __74.71__ | | | OptMATH | 35.99 | 35.84 | 39.16 | **42.77** | __57.68__ | | **General Reasoning** | | | | | | | | | BBEH | **42.86** | 34.83 | 39.75 | 29.08 | __47.34__ | | | KOR-Bench | **73.76** | 73.20 | 70.56 | 59.68 | __76.00__ | | | ARC-AGI-1 | 14.69 | **22.19** | 14.06 | 18.94 | __43.81__ | | | ZebraLogic | 81.6 | **85.5** | 57.3 | 70.2 | __90.8__ | | **Agent** | | | | | | | | | BFCL-V3 | 52.67 | __71.05__ | 50.27 | 63.31 | **69.64** | | **Alignment** | | | | | | | | | Arena Hard V2 ELO | 54.09 | __76.95__ | 68.37 | 65.37 | **76.26** | | | Arena Hard V2 Win Rate | 63.24 | 69.88 | 65.06 | **74.46** | __75.83__ | | | writing_bench | 80.95 | **87.59** | 77.07 | 80.53 | __89.4__ | | | Creative Writing v3 | 85.18 | **87.01** | 80.93 | 84.99 | 89.24 | | | MultiChallenge | 42.49 | 48.72 | 48.72 | **51.28** | __58.24__ | ## Model Downloads You can download Ling-1T from the following table. If you are located in mainland China, we also provide the model on ModelScope.cn to speed up the download process.