hellock commited on
Commit
b1842f8
·
verified ·
1 Parent(s): 9cd0f52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -9,13 +9,14 @@ pinned: false
9
 
10
 
11
  <div align="center">
12
- <b><font size="6">InternLM</font></b>
13
  </div>
14
 
15
- Welcome to the InternLM organization. Intern-series large models are developed by Shanghai AI Laboratory. We keep open-sourcing high quality LLMs/MLLMs as well as a full-stack toolchain for development and application.
16
 
17
  ## Models
18
 
 
19
  - [Intern-S1](https://github.com/InternLM/Intern-S1): a scientific multimodal large model with both strong general capabilities and the SOTA performance on various scientific tasks.
20
  - [InternLM](https://github.com/InternLM/InternLM): a series of multi-lingual foundation models and chat models.
21
  - [InternLM-Math](https://github.com/InternLM/InternLM-Math): state-of-the-art bilingual math reasoning LLMs.
@@ -23,14 +24,8 @@ Welcome to the InternLM organization. Intern-series large models are developed b
23
 
24
  ## Toolchain
25
 
26
- - [InternEvo](https://github.com/InternLM/InternEvo/): a lightweight framework for large-scale model pre-training and finetuning.
27
  - [XTuner](https://github.com/InternLM/xtuner): a toolkit for efficiently fine-tuning LLMs, supporting various models and fintuning algorithms.
28
  - [LMDeploy](https://github.com/InternLM/lmdeploy): a toolkit for compressing, deploying, and serving LLMs.
29
  - [Lagent](https://github.com/InternLM/lagent): a lightweight framework that allows users to efficiently build LLM-based agents.
30
- - [AgentLego](https://github.com/InternLM/agentlego): a library of versatile tool APIs to extend and enhance LLM-based agents, compatible with Lagent, Langchain, etc.
31
  - [OpenCompass](https://github.com/open-compass/opencompass): a platform for large model evaluation, providing a fair, open, and reproducible benchmark.
32
- - [OpenAOE](https://github.com/InternLM/OpenAOE): an elegant and out-of-the-box chat UI for comparing mulitple models.
33
-
34
- ## Applications
35
- - [HuixiangDou](https://github.com/InternLM/HuixiangDou): a domain-specific assistant based on LLMs which can deal with complex techinical questions in group chats.
36
 
 
9
 
10
 
11
  <div align="center">
12
+ <b><font size="6">Intern Large Models</font></b>
13
  </div>
14
 
15
+ Intern-series large models are developed by Shanghai AI Laboratory. We keep open-sourcing high quality LLMs/MLLMs as well as a full-stack toolchain for development and application.
16
 
17
  ## Models
18
 
19
+ - [InternVL](https://github.com/OpenGVLab/InternVL): an advanced multimodal large language model (MLLM) series that demonstrates superior overall performance.
20
  - [Intern-S1](https://github.com/InternLM/Intern-S1): a scientific multimodal large model with both strong general capabilities and the SOTA performance on various scientific tasks.
21
  - [InternLM](https://github.com/InternLM/InternLM): a series of multi-lingual foundation models and chat models.
22
  - [InternLM-Math](https://github.com/InternLM/InternLM-Math): state-of-the-art bilingual math reasoning LLMs.
 
24
 
25
  ## Toolchain
26
 
 
27
  - [XTuner](https://github.com/InternLM/xtuner): a toolkit for efficiently fine-tuning LLMs, supporting various models and fintuning algorithms.
28
  - [LMDeploy](https://github.com/InternLM/lmdeploy): a toolkit for compressing, deploying, and serving LLMs.
29
  - [Lagent](https://github.com/InternLM/lagent): a lightweight framework that allows users to efficiently build LLM-based agents.
 
30
  - [OpenCompass](https://github.com/open-compass/opencompass): a platform for large model evaluation, providing a fair, open, and reproducible benchmark.
 
 
 
 
31