InternLM InternLM HOT <!-- --> 📘Commercial Application | 🤗HuggingFace | 🆕Update News | 🤔Reporting Issues | 📜Technical Report 💬Chat Web | 🔗API | 🧩Modelers English | 简体中文 👋 join us…
InternLM
InternLM
HOT
[](./LICENSE)
[](https://github.com/internLM/OpenCompass/)
<!--  -->
[📘Commercial Application](#license) |
🤗HuggingFace |
[🆕Update News](#news) |
🤔Reporting Issues |
📜Technical Report
💬Chat Web |
🔗API |
🧩Modelers
[English](./README.md) |
[简体中文](./README_zh-CN.md)
👋 join us on Discord and WeChat
Introduction
InternLM3 has open-sourced an 8-billion parameter instruction model, InternLM3-8B-Instruct, designed for general-purpose usage and advanced reasoning. This model has the following characteristics:
- Enhanced performance at reduced cost:
- Deep thinking capability:
News
\[2025.01.15\] We release InternLM3-8B-Instruct, See [model zoo below](#model-zoo) for download or [model cards](./model_cards/) for more details.
\[2024.08.01\] We release InternLM2.5-1.8B, InternLM2.5-1.8B-Chat, InternLM2.5-20B and InternLM2.5-20B-Chat. See [model zoo below](#model-zoo) for download or [model cards](./model_cards/) for more details.
\[2024.07.19\] We release the InternLM2-Reward series of reward models in 1.8B, 7B and 20B sizes. See [model zoo below](#model-zoo) for download or [model cards](./model_cards/internlm2_reward.md) for more details.
\[2024.07.03\] We release InternLM2.5-7B, InternLM2.5-7B-Chat and InternLM2.5-7B-Chat-1M. See [model zoo below](#model-zoo) for download or [model cards](./model_cards/) for more details.
\[2024.03.26\] We release InternLM2 technical report. See arXiv for details.
\[2024.01.31\] We release InternLM2-1.8B, along with the associated chat model. They provide a cheaper deployment option while maintaining leading performance.
\[2024.01.23\] We release InternLM2-Math-7B and InternLM2-Math-20B with pretraining and SFT checkpoints. They surpass ChatGPT with small sizes. See InternLM-Math for details and download.
\[2024.01.17\] We release InternLM2-7B and InternLM2-20B and their corresponding chat models with stronger capabilities in all dimensions. See [model zoo below](#model-zoo) for download or [model cards](./model_cards/) for more details.
\[2023.12.13\] InternLM-7B-Chat and InternLM-20B-Chat checkpoints are updated. With an improved finetuning strategy, the new chat models can generate higher quality responses with greater stylistic diversity.
\[2023.09.20\] InternLM-20B is released with base and chat versions.
Model Zoo
InternLM3
| Model | Transformers | ModelScope | Modelers | Release Date |
| ------------------------- | -------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------- | ------------ |
| InternLM3-8B-Instruct | 🤗internlm3_8B_instruct | internlm3_8b_instruct |  | 2025-01-15 |
InternLM2.5
(click to expand)
| Model | Transformers(HF) | ModelScope(HF) | OpenXLab(HF) | OpenXLab(Origin) | Release Date |
| -------------------------- | ------------------------------------------ | ---------------------------------------- | -------------------------------------- | ------------------------------------------ | ------------ |
| InternLM2.5-1.8B | 🤗internlm2_5-1_8b | internlm2_5-1_8b |  |  | 2024-08-05 |
| InternLM2.5-1.8B-Chat | 🤗internlm2_5-1_8b-chat | internlm2_5-1_8b-chat |  |  | 2024-08-05 |
| InternLM2.5-7B | 🤗internlm2_5-7b | internlm2_5-7b |  |  | 2024-07-03 |
| InternLM2.5-7B-Chat | 🤗internlm2_5-7b-chat | internlm2_5-7b-chat |  |  | 2024-07-03 |
| InternLM2.5-7B-Chat-1M | 🤗internlm2_5-7b-chat-1m | internlm2_5-7b-chat-1m |  |  | 2024-07-03 |
| InternLM2.5-20B | 🤗internlm2_5-20b | internlm2_5-20b |  |  | 2024-08-05 |
| InternLM2.5-20B-Chat | 🤗internlm2_5-20b-chat | internlm2_5-20b-chat |  |  | 2024-08-05 |
Notes:
The release of InternLM2.5 series contains 1.8B, 7B, and 20B versions. 7B models are efficient for research and application and 20B models are more powerful and can support more complex scenarios. The relation of these models are shown as follows.
1. InternLM2.5: Foundation models pre-trained on large-scale corpus. InternLM2.5 models are recommended for consideration in most applications.
2. InternLM2.5-Chat: The Chat model that undergoes supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF), based on the InternLM2.5 model. InternLM2.5-Chat is optimized for instruction following, chat experience, and function call, which is recommended for downstream applications.
3. InternLM2.5-Chat-1M: InternLM2.5-Chat-1M supports 1M long-context with compatible performance as InternLM2.5-Chat.
Limitations: Although we have made efforts to ensure the safety of the model during the training process and to encourage the model to generate text that complies with ethical and legal requirements, the model may still produce unexpected outputs due to its size and probabilistic generation paradigm. For example, the generated responses may contain biases, discrimination, or other harmful content. Please do not propagate such content. We are not responsible for any consequences resulting from the dissemination of harmful information.
Supplements: HF refers to the format used by HuggingFace in transformers, whereas Origin denotes the format adopted by the InternLM team in InternEvo.
InternLM2-Reward
(click to expand)
InternLM2-Reward is a series of reward models, trained on 2.4 million preference samples, available in 1.8B, 7B, and 20B sizes. These model were applied to the PPO training process of our chat models. See [model cards](./model_cards/internlm2_reward.md) for more details.
| Model | RewardBench Score | Transformers(HF) | ModelScope(HF) | OpenXLab(HF) | Release Date |
| ------------------------- | ----------------- | -------------------------------------------------- | ------------------------------------------------- | ----------------------------------------------- | ------------ |
| InternLM2-1.8B-Reward | 80.6 | 🤗internlm2-1_8b-reward | internlm2-1_8b-reward |  | 2024-07-19 |
| InternLM2-7B-Reward | 86.6 | 🤗internlm2-7b-reward | internlm2-7b-reward |  | 2024-07-19 |
| InternLM2-20B-Reward | 89.5 | 🤗internlm2-20b-reward | internlm2-20b-reward |  | 2024-07-19 |
InternLM2
(click to expand)
Our previous generation models with advanced capabilities in long-context processing, reasoning, and coding. See [model cards](./model_cards/) for more details.
| Model | Transformers(HF) | ModelScope(HF) | OpenXLab(HF) | OpenXLab(Origin) | Release Date |
| --------------------------- | ----------------------------------------- | ---------------------------------------- | -------------------------------------- | ------------------------------------------ | ------------ |
| InternLM2-1.8B | 🤗internlm2-1.8b | internlm2-1.8b |  |  | 2024-01-31 |
| InternLM2-Chat-1.8B-SFT | 🤗internlm2-chat-1.8b-sft | internlm2-chat-1.8b-sft |  |  | 2024-01-31 |
| InternLM2-Chat-1.8B | 🤗internlm2-chat-1.8b | internlm2-chat-1.8b |  |  | 2024-02-19 |
| InternLM2-Base-7B | 🤗internlm2-base-7b | [<img src="./assets/modelscope_logo.
…
Members
-
InternLM ★ PINNED
Official release of InternLM series (InternLM, InternLM2, InternLM2.5, InternLM3).
Python ★ 7.2k 7mo agoExplain → -
lmdeploy ★ PINNED
LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
Python ★ 7.9k 10h agoExplain → -
InternLM-XComposer ★ PINNED
InternLM-XComposer2.5-OmniLive: A Comprehensive Multimodal System for Long-term Streaming Video and Audio Interactions
Python ★ 2.9k 1y agoExplain → -
xtuner ★ PINNED
A Next-Generation Training Engine Built for Ultra-Large MoE Models
Python ★ 5.2k 17h agoExplain → -
MindSearch ★ PINNED
🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)
JavaScript ★ 6.9k 11mo agoExplain → -
InternLM-Math ★ PINNED
State-of-the-art bilingual open-sourced Math reasoning LLMs.
Python ★ 546 1y agoExplain → -
HuixiangDou
HuixiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance
Python ★ 2.5k 7mo agoExplain → -
lagent
A lightweight framework for building LLM-based agents
Python ★ 2.3k 1d agoExplain → -
Tutorial
LLM&VLM Tutorial
Python ★ 2.0k 2mo agoExplain → -
InternLM-techreport
No description.
★ 897 3y agoExplain → -
Intern-S1
A Scientific Multimodal Foundation Model
★ 813 1mo agoExplain → -
WildClawBench
An in-the-wild benchmark for AI agents in the OpenClaw Environment.
Python ★ 450 1mo agoExplain → -
InternEvo
InternEvo is an open-sourced lightweight training framework aims to support model pre-training without the need for extensive dependencies.
Python ★ 420 10mo agoExplain → -
agentlego
Enhance LLM agents with rich tool APIs
Python ★ 413 1y agoExplain → -
Agent-FLAN
[ACL2024 Findings] Agent-FLAN: Designing Data and Methods of Effective Agent Tuning for Large Language Models
★ 361 2y agoExplain → -
InternBootcamp
Official implement on InternBootCamp
Python ★ 349 6d agoExplain → -
OpenAOE
LLM Group Chat Framework: chat with multiple LLMs at the same time. 大模型群聊框架:同时与多个大语言模型聊天。
TypeScript ★ 326 1y agoExplain → -
CapRL
[ICLR 2026] An official implementation of "CapRL: Stimulating Dense Image Caption Capabilities via Reinforcement Learning"
Python ★ 218 20h agoExplain → -
SIM-CoT
[ICLR 2026] An official implementation of "SIM-CoT: Supervised Implicit Chain-of-Thought"
Python ★ 207 2mo agoExplain → -
ARM-Thinker
[CVPR 2026] Official Code for "ARM-Thinker: Reinforcing Multimodal Generative Reward Models with Agentic Tool Use and Visual Reasoning"
Python ★ 192 4mo agoExplain → -
OREAL
Exploring the Limit of Outcome Reward for Learning Mathematical Reasoning
Python ★ 191 1y agoExplain → -
AcmeTrace
No description.
Jupyter Notebook ★ 179 2y agoExplain → -
POLAR
Pre-trained, Scalable, High-performance Reward Models via Policy Discriminative Learning.
Python ★ 167 9mo agoExplain → -
SWE-Fixer
No description.
Shell ★ 139 1y agoExplain → -
Spatial-SSRL
[CVPR 2026] Official release of "Spatial-SSRL: Enhancing Spatial Understanding via Self-Supervised Reinforcement Learning"
Python ★ 134 2mo agoExplain → -
turbomind
No description.
C++ ★ 97 1y agoExplain → -
JanusCoder
[ICLR 2026] JanusCoder: Towards a Foundational Visual-Programmatic Interface for Code Intelligence
Jupyter Notebook ★ 80 1mo agoExplain → -
Visual-ERM
Official Implementation of "Visual-ERM: Reward Modeling for Visual Equivalence"
Python ★ 64 3mo agoExplain → -
Awesome-LLM-Training-System
No description.
★ 53 1y agoExplain → -
InternLMWeb
No description.
HTML ★ 49 2y agoExplain → -
ARC-VL
[CVPR 2026] An official implementation of "Think Visually, Reason Textually: Vision-Language Synergy in ARC"
Python ★ 46 6mo agoExplain → -
EndoCoT
[ECCV 2026] An official implementation of "EndoCoT". Scaling endogenous Chain-of-Thought (CoT) reasoning in diffusion models for complex structured generation.
Python ★ 43 3mo agoExplain → -
OVO-S-Bench
An official implementation of "OVO-S-Bench: A Hierarchical Benchmark for Streaming Spatial Intelligence in Multimodal LLMs"
Python ★ 42 19d agoExplain → -
StarBench
[ICLR 2026] An official implementation of "STAR-Bench: Probing Deep Spatio-Temporal Reasoning as Audio 4D Intelligence"
Python ★ 42 2mo agoExplain → -
Condor
[ACL 2025] An official pytorch implement of the paper: Condor: Enhance LLM Alignment with Knowledge-Driven Data Synthesis and Refinement
★ 41 1y agoExplain → -
RNGBench
An official Implementation of "Beyond the Current Observation: Evaluating Multimodal Large Language Models in Controllable Non-Markov Games"
Python ★ 38 18h agoExplain → -
InternEvo_bak ⑂
InternEvo is a high-performance training system for giant models.
★ 38 2y agoExplain → -
AlchemistCoder
No description.
Python ★ 37 1y agoExplain → -
.github
No description.
★ 36 9mo agoExplain → -
pytorch_sphinx_theme ⑂
PyTorch Sphinx Theme
CSS ★ 35 2y agoExplain → -
Spark
An official implementation of "SPARK: Synergistic Policy And Reward Co-Evolving Framework"
Python ★ 26 8mo agoExplain → -
Kernel-Smith
No description.
★ 24 2mo agoExplain → -
ETCHR
A question-conditioned, reasoning-aware image editor designed to serve as a decoupled visual reasoning assistant for Multimodal Large Language Models (MLLMs).
Python ★ 22 29d agoExplain → -
InternLM-WQX
No description.
Python ★ 20 1y agoExplain → -
InternLM-Law
[COLING 2025] InternLM-Law: An Open Source Chinese Legal Large Language Model
★ 18 2y agoExplain → -
ClusterX
No description.
Python ★ 13 9mo agoExplain → -
Challenge-Cup-2026
No description.
Python ★ 12 13d agoExplain → -
EMemBench
Official Repository of EMemBench: Interactive Benchmarking of Episodic Memory for VLM Agents
Python ★ 10 3mo agoExplain → -
AdaptiveGEMM ⑂
AdaptiveGEMM: FP8 GEMM with Adaptation to Various Lengths of Group M
Cuda ★ 4 1mo agoExplain → -
GroupedGEMM ⑂
PyTorch bindings for CUTLASS and CUBLAS Grouped GEMM, Permute and Unpermute.
Cuda ★ 3 5mo agoExplain → -
Skill-as-Pseudocode
Skill-as-Pseudocode: refactoring markdown skill libraries into typed pseudocode contracts for LLM agents.
Python ★ 1 26d agoExplain →
No repos match these filters.