arXiv:2607.09885cs.CL2026-07

B站开源19亿参数小模型系列,中文表现媲美大模型。

Index SLM Technical Report

论文配图:Index SLM Technical Report
图 1 · 摘自论文原文
  • 用高质量中英文数据预训练,学习率分阶段调整提升稳定性。
  • 基础模型在多任务评测平均得分64.92,超越数倍大小的开源模型。
  • 支持角色扮演定制,适合需要中文能力的轻量级应用开发。

我们提出Index-1.9B系列开源小语言模型,包含四个版本:Index-1.9B-Base为19亿非嵌入参数的基础模型,在2.8万亿个以中英文为主的令牌上预训练;Index-1.9B-Pure为去除指令类数据的对照组;Index-1.9B-Chat通过监督微调与直接偏好优化对齐;Index-1.9B-Character则引入检索增强生成实现少样本角色扮演定制。预训练采用温升-稳定-衰减学习率策略,衰减阶段提升精选数据比例,并使用归一化输出头以支持大学习率训练。在涵盖考试、推理、数学和代码的标准基准测试中,Index-1.9B-Base平均得分为64.92,性能可比或优于数倍规模的开源模型。我们还进行了模型深度、学习率大小与调度、学习率衰减与数据质量交互作用、以及指令数据在预训练中影响的受控研究,并观察到恒定学习率阶段中期性能意外上升。所有模型及评估代码已发布于https://github.com/bilibili/Index-1.9B。

原文摘要 · Abstract (English)

We present Index-1.9B, a series of open small language models developed at Bilibili. The series comprises four models: Index-1.9B-Base, a foundation model with 1.9 billion non-embedding parameters pre-trained on 2.8 trillion predominantly Chinese and English tokens; Index-1.9B-Pure, a control variant trained with an identical recipe but with all instruction-like data strictly filtered from the corpus; Index-1.9B-Chat, aligned from the base model with supervised fine-tuning and direct preference optimization; and Index-1.9B-Character, which augments the chat model with retrieval-augmented generation for few-shot role-playing customization. Pre-training employs a Warmup-Stable-Decay learning-rate schedule in which the concentration of curated data is raised substantially during the decay phase, together with a Norm-Head output layer that stabilizes training under large learning rates. On a suite of standard benchmarks covering examination, reasoning, mathematics, and code, Index-1.9B-Base attains an average score of 64.92, competitive with or exceeding open models of several times its size. We further report controlled studies on model depth, learning-rate magnitude and scheduling, the interaction between learning-rate decay and data quality, and the effect of including instruction data during pre-training, and we document an unexplained surge in benchmark performance midway through the constant-learning-rate phase. All models, together with evaluation code, are released at https://github.com/bilibili/Index-1.9B.

小模型中文LLM开源

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。