Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,28 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
|
11 |
+
<div align="center">
|
12 |
+
<b><font size="6">InternLM</font></b>
|
13 |
+
</div>
|
14 |
+
|
15 |
+
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.
|
16 |
+
|
17 |
+
## Models
|
18 |
+
|
19 |
+
- [InternLM](https://github.com/InternLM/InternLM): a series of multi-lingual foundation models and chat models.
|
20 |
+
- [InternLM-XComposer](https://github.com/InternLM/InternLM-XComposer): a vision-language large model (VLLM) based on InternLM for advanced text-image comprehension and composition.
|
21 |
+
|
22 |
+
## Toolchain
|
23 |
+
|
24 |
+
- [InternEvo](https://github.com/InternLM/InternEvo/): a lightweight framework for large-scale model pre-training and finetuning.
|
25 |
+
- [XTuner](https://github.com/InternLM/xtuner): a toolkit for efficiently fine-tuning LLMs, supporting various models and fintuning algorithms.
|
26 |
+
- [LMDeploy](https://github.com/InternLM/lmdeploy): a toolkit for compressing, deploying, and serving LLMs.
|
27 |
+
- [Lagent](https://github.com/InternLM/lagent): a lightweight framework that allows users to efficiently build LLM-based agents.
|
28 |
+
- [AgentLego](https://github.com/InternLM/agentlego): a library of versatile tool APIs to extend and enhance LLM-based agents, compatible with Lagent, Langchain, etc.
|
29 |
+
- [OpenCompass](https://github.com/open-compass/opencompass): a platform for large model evaluation, providing a fair, open, and reproducible benchmark.
|
30 |
+
- [OpenAOE](https://github.com/InternLM/OpenAOE): an elegant and out-of-the-box chat UI for comparing mulitple models.
|
31 |
+
|
32 |
+
## Applications
|
33 |
+
- [HuixiangDou](https://github.com/InternLM/HuixiangDou): a domain-specific assistant based on LLMs which can deal with complex techinical questions in group chats.
|
34 |
+
|