From 5feb2eda8914736198323e1858fb642251131206 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Mon, 14 Aug 2023 11:13:25 +0800 Subject: [PATCH] update readme_zh Former-commit-id: 2391a84e26d7acb3afc18617fefdfb1b3ab6f45d --- README_zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_zh.md b/README_zh.md index 0b8ce714..5664c4ec 100644 --- a/README_zh.md +++ b/README_zh.md @@ -57,6 +57,7 @@ | [InternLM](https://github.com/InternLM/InternLM) | 7B | q_proj,v_proj | intern | | [Qwen](https://github.com/QwenLM/Qwen-7B) | 7B | c_attn | chatml | | [XVERSE](https://github.com/xverse-ai/XVERSE-13B) | 13B | q_proj,v_proj | - | +| [ChatGLM2](https://github.com/THUDM/ChatGLM2-6B) | 6B | query_key_value | chatglm2 | - **默认模块**是 `--lora_target` 参数的部分可选项。请使用 `python src/train_bash.py -h` 查看全部可选项。 - 对于所有“基座”(Base)模型,`--template` 参数可以是 `default`, `alpaca`, `vicuna` 等任意值。但“对话”(Chat)模型请务必使用对应的模板。