File size: 1,927 Bytes
e9ff5aa
 
 
 
 
 
 
 
 
8238696
 
 
 
 
 
 
 
 
 
c19198a
8238696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: README
emoji: 🐨
colorFrom: indigo
colorTo: blue
sdk: static
pinned: false
---


<div align="center">
<b><font size="6">InternLM</font></b>
</div>

Welcome to the InternLM organization. InternLM is mainly developed by Shanghai AI Laboratory. We keep open-sourcing high quality LLMs as well as a full-stack toolchain for development and application.

## Models

- [InternLM](https://github.com/InternLM/InternLM): a series of multi-lingual foundation models and chat models.
- [InternLM-Math](https://github.com/InternLM/InternLM-Math): state-of-the-art bilingual math reasoning LLMs.
- [InternLM-XComposer](https://github.com/InternLM/InternLM-XComposer): a vision-language large model (VLLM) based on InternLM for advanced text-image comprehension and composition.

## Toolchain

- [InternEvo](https://github.com/InternLM/InternEvo/): a lightweight framework for large-scale model pre-training and finetuning.
- [XTuner](https://github.com/InternLM/xtuner): a toolkit for efficiently fine-tuning LLMs, supporting various models and fintuning algorithms.
- [LMDeploy](https://github.com/InternLM/lmdeploy): a toolkit for compressing, deploying, and serving LLMs.
- [Lagent](https://github.com/InternLM/lagent): a lightweight framework that allows users to efficiently build LLM-based agents.
- [AgentLego](https://github.com/InternLM/agentlego): a library of versatile tool APIs to extend and enhance LLM-based agents, compatible with Lagent, Langchain, etc.
- [OpenCompass](https://github.com/open-compass/opencompass): a platform for large model evaluation, providing a fair, open, and reproducible benchmark.
- [OpenAOE](https://github.com/InternLM/OpenAOE): an elegant and out-of-the-box chat UI for comparing mulitple models.

## Applications
- [HuixiangDou](https://github.com/InternLM/HuixiangDou): a domain-specific assistant based on LLMs which can deal with complex techinical questions in group chats.