On July 10, 2026, researchers Lusheng Zhang and a team of eight others from Bilibili released the Index-1.9B Technical Report, detailing a series of innovative open small language models. This report outlines four distinct models: Index-1.9B-Base, Index-1.9B-Pure, Index-1.9B-Chat, and Index-1.9B-Character, each designed to enhance language processing capabilities.
Overview of Index-1.9B Models
The series includes:
- Index-1.9B-Base: A foundation model with 1.9 billion non-embedding parameters, pre-trained on 2.8 trillion tokens primarily in Chinese and English.
- Index-1.9B-Pure: A variant that filters out instruction-like data from the training corpus.
- Index-1.9B-Chat: A model aligned from the base with supervised fine-tuning and optimization for user preferences.
- Index-1.9B-Character: An augmented chat model that incorporates retrieval-augmented generation for enhanced customization.
These models are built using a Warmup-Stable-Decay learning-rate schedule, which significantly increases data quality during the decay phase, alongside a Norm-Head output layer that stabilizes training with large learning rates.



