Skip to content

Commit

Permalink
add LLMs Trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
HarderThenHarder committed Aug 2, 2023
1 parent 9b586c3 commit 9df908d
Show file tree
Hide file tree
Showing 97 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions LLM/LLMsTrainer
Submodule LLMsTrainer added at 5eff0e
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,26 @@

#### 7. 大模型应用(LLM Application)

> 尝试构建大模型(LLM)zero-shot 解决多种任务所需的 prompt pattern(s)。
> 构建大模型(LLM)zero-shot 解决多种任务所需的 prompt pattern(s)。
| 模型 | 传送门 |
|---|---|
| 文本分类(chatglm-6b-Based) | [[这里]](./LLM/zero-shot/readme.md) |
| 文本匹配(chatglm-6b-Based) | [[这里]](./LLM/zero-shot/readme.md) |
| 信息抽取(chatglm-6b-Based) | [[这里]](./LLM/zero-shot/readme.md) |
| 大模型性格测试(LLMs MBTI) | [[这里]](./LLM/llms_mbti/readme.md) |


<br>

#### 8. 大模型微调(LLM Finetune
#### 8. 大模型训练(LLM Training

> 对大模型在多个指定任务上进行微调
> 大模型训练相关,涵盖预训练,指令微调,奖励模型,强化学习
| 模型 | 传送门 |
|---|---|
| ChatGLM-6B | [[这里]](./LLM/finetune/readme.md) |
| ChatGLM-6B Finetune | [[这里]](./LLM/chatglm_finetune/readme.md) |
| 从零开始训练大模型 | [[这里]](./LLM/LLMsTrainer/readme.md) |


<br>
Expand Down

0 comments on commit 9df908d

Please sign in to comment.