#42 · Primary category: Foundation Models

Index-1.9B

llm nlp

A lightweight multilingual LLM

Project last updated:08/21/26

GitHub Stars

1.0K

Forks

51

Contributors

15

License

Apache-2.0

Why we included this project

Small models earn their keep when GPU budgets are tight, and Bilibili's Index-1.9B line targets exactly that situation. The family spans a base model, a chat variant aligned with SFT and DPO, a role-playing edition that adds RAG for few-shot character customization, and a 32K long-context version that can handle documents over 35,000 words. Trained mainly on Chinese and English, the chat model stands out among peers of its size for a livelier conversational style and strong translation between East Asian languages. Because the weights are available through llama.cpp and Ollama, you can run it on consumer hardware for chatbots, document reading, or character-driven demos without provisioning a large serving stack. That makes it a practical pick for small teams who want a multilingual model they can actually afford to run.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category