yuxiaod commited on
Commit
501a7f1
·
verified ·
1 Parent(s): 6e24892

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -9,24 +9,25 @@ pinned: false
9
 
10
  The Knowledge Engineering Group (**[KEG](https://twitter.com/thukeg)**) & Data Mining ([THUDM](https://github.com/THUDM)) at Tsinghua University.
11
 
12
- We build **LLMs** and related training & inference techniques:
13
 
14
- * **[ChatGLM](https://github.com/THUDM/ChatGLM3)**,
15
  **[CodeGeeX](https://github.com/THUDM/CodeGeeX2)**,
16
- **[CogVLM (VisualGLM)](https://github.com/THUDM/CogVLM)**,
17
  **[WebGLM](https://github.com/THUDM/WebGLM)**,
18
  **[GLM-130B](https://github.com/THUDM/GLM-130B)**,
19
  **[CogView](https://github.com/THUDM/CogView)**,
20
- **[CogVideo](https://github.com/THUDM/CogVideo)**.
21
-
22
- **[CogAgent](https://github.com/THUDM/CogVLM)**: A Visual Language Model for GUI Agents
23
- **[AgentTuning](https://github.com/THUDM/AgentTuning)**: Enabling Generalized Agent Abilities for LLMs
24
- **[APAR](https://arxiv.org/abs/2401.06761)**: LLMs Can Do Auto-Parallel Auto-Regressive Decoding
25
 
26
  We also work on **LLM evaluations**:
27
  * **[AgentBench](https://github.com/THUDM/AgentBench)**,
28
  **[AlignBench](https://github.com/THUDM/AlignBench)**,
29
- **[LongBench](https://github.com/THUDM/LongBench)**.
 
30
 
31
 
32
  We also **pre-train graph neural networks**:
 
9
 
10
  The Knowledge Engineering Group (**[KEG](https://twitter.com/thukeg)**) & Data Mining ([THUDM](https://github.com/THUDM)) at Tsinghua University.
11
 
12
+ We build **LLMs**, develop LLMs as **Agents** as well as develop related LLM training & inference techniques:
13
 
14
+ * **[ChatGLM](https://github.com/THUDM/GLM-4)**,
15
  **[CodeGeeX](https://github.com/THUDM/CodeGeeX2)**,
16
+ **[CogVLM (VisualGLM)](https://github.com/THUDM/CogVLM2)**,
17
  **[WebGLM](https://github.com/THUDM/WebGLM)**,
18
  **[GLM-130B](https://github.com/THUDM/GLM-130B)**,
19
  **[CogView](https://github.com/THUDM/CogView)**,
20
+ **[CogVideo](https://github.com/THUDM/CogVideo)**,
21
+ * **[CogAgent](https://github.com/THUDM/CogVLM)**,
22
+ **[AutoWebGLM](https://github.com/THUDM/AutoWebGLM)**,
23
+ **[AgentTuning](https://github.com/THUDM/AgentTuning)**,
24
+ **[APAR](https://arxiv.org/abs/2401.06761)**.
25
 
26
  We also work on **LLM evaluations**:
27
  * **[AgentBench](https://github.com/THUDM/AgentBench)**,
28
  **[AlignBench](https://github.com/THUDM/AlignBench)**,
29
+ **[LongBench](https://github.com/THUDM/LongBench)**,
30
+ **[NaturalCodeBench](https://github.com/THUDM/NaturalCodeBench)**.
31
 
32
 
33
  We also **pre-train graph neural networks**: