From 2654270f95d5ba656a4bb3941510448284cac54f Mon Sep 17 00:00:00 2001 From: HongCheng Date: Fri, 12 Apr 2024 11:17:12 +0900 Subject: [PATCH] update model config file links --- README.md | 20 ++++++++++---------- README_EN.md | 23 ++++++++++++----------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index dd46df2..759318a 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ | 模型 | 类型 | 链接 | | :-------------------: | :------: | :------------------------------------------------------------------------------------------------------: | -| InternLM2_7B_chat | QLORA | | -| InternLM2_7B_chat | 全量微调 | | +| InternLM2_7B_chat | QLORA | [internlm2_7b_chat_qlora_e3.py](./xtuner_config/internlm2_7b_chat_qlora_e3.py) | +| InternLM2_7B_chat | 全量微调 | [internlm2_chat_7b_full.py](./xtuner_config/internlm2_chat_7b_full.py) | | InternLM2_7B_base | QLORA | [internlm2_7b_base_qlora_e10_M_1e4_32_64.py](./xtuner_config/internlm2_7b_base_qlora_e10_M_1e4_32_64.py) | -| InternLM2_1_8B_chat | 全量微调 | | -| InternLM2_20B_chat | LORA | | -| Qwen_7b_chat | QLORA | | -| Qwen1_5-0_5B-Chat | 全量微调 | | -| Baichuan2_13B_chat | QLORA | | -| ChatGLM3_6B | LORA | | -| DeepSeek MoE_16B_chat | QLORA | | -| Mixtral 8x7B_instruct | QLORA | | +| InternLM2_1_8B_chat | 全量微调 | [internlm2_1_8b_full_alpaca_e3.py](./xtuner_config/internlm2_1_8b_full_alpaca_e3.py) | +| InternLM2_20B_chat | LORA | | +| Qwen_7b_chat | QLORA | [qwen_7b_chat_qlora_e3.py](./xtuner_config/qwen_7b_chat_qlora_e3.py) | +| Qwen1_5-0_5B-Chat | 全量微调 | [qwen1_5_0_5_B_full.py](./xtuner_config/qwen1_5_0_5_B_full.py) | +| Baichuan2_13B_chat | QLORA | [baichuan2_13b_chat_qlora_alpaca_e3.py](./xtuner_config/baichuan2_13b_chat_qlora_alpaca_e3.py) | +| ChatGLM3_6B | LORA | [chatglm3_6b_lora_alpaca_e3.py](./xtuner_config/chatglm3_6b_lora_alpaca_e3.py) | +| DeepSeek MoE_16B_chat | QLORA | [deepseek_moe_16b_chat_qlora_oasst1_e3.py](./xtuner_config/deepseek_moe_16b_chat_qlora_oasst1_e3.py) | +| Mixtral 8x7B_instruct | QLORA | [mixtral_8x7b_instruct_qlora_oasst1_e3.py](./xtuner_config/mixtral_8x7b_instruct_qlora_oasst1_e3.py) | | …… | …… | …… | diff --git a/README_EN.md b/README_EN.md index c552785..4d6c396 100644 --- a/README_EN.md +++ b/README_EN.md @@ -48,17 +48,18 @@ | Model | Type | link | | :-------------------: | :--------------: | :---: | -| InternLM2_7B_chat | QLORA | | -| InternLM2_7B_chat | full fine-tuning | | -| InternLM2_7B_base | QLORA |[internlm2_7b_base_qlora_e10_M_1e4_32_64.py](./xtuner_config/internlm2_7b_base_qlora_e10_M_1e4_32_64.py)| -| InternLM2_1_8B_chat | full fine-tuning | | -| InternLM2_20B_chat | LORA | | -| Qwen_7b_chat | QLORA | | -| Qwen1_5-0_5B-Chat | full fine-tuning | | -| Baichuan2_13B_chat | QLORA | | -| ChatGLM3_6B | LORA | | -| DeepSeek MoE_16B_chat | QLORA | | -| Mixtral 8x7B_instruct | QLORA | | +| InternLM2_7B_chat | QLORA | [internlm2_7b_chat_qlora_e3.py](./xtuner_config/internlm2_7b_chat_qlora_e3.py) | +| InternLM2_7B_chat | full fine-tuning | [internlm2_chat_7b_full.py](./xtuner_config/internlm2_chat_7b_full.py) | +| InternLM2_7B_base | QLORA | [internlm2_7b_base_qlora_e10_M_1e4_32_64.py](./xtuner_config/internlm2_7b_base_qlora_e10_M_1e4_32_64.py) | +| InternLM2_1_8B_chat | full fine-tuning | [internlm2_1_8b_full_alpaca_e3.py](./xtuner_config/internlm2_1_8b_full_alpaca_e3.py) | +| InternLM2_20B_chat | LORA | | +| Qwen_7b_chat | QLORA | [qwen_7b_chat_qlora_e3.py](./xtuner_config/qwen_7b_chat_qlora_e3.py) | +| Qwen1_5-0_5B-Chat | full fine-tuning | [qwen1_5_0_5_B_full.py](./xtuner_config/qwen1_5_0_5_B_full.py) | +| Baichuan2_13B_chat | QLORA | [baichuan2_13b_chat_qlora_alpaca_e3.py](./xtuner_config/baichuan2_13b_chat_qlora_alpaca_e3.py) | +| ChatGLM3_6B | LORA | [chatglm3_6b_lora_alpaca_e3.py](./xtuner_config/chatglm3_6b_lora_alpaca_e3.py) | +| DeepSeek MoE_16B_chat | QLORA | [deepseek_moe_16b_chat_qlora_oasst1_e3.py](./xtuner_config/deepseek_moe_16b_chat_qlora_oasst1_e3.py) | +| Mixtral 8x7B_instruct | QLORA | [mixtral_8x7b_instruct_qlora_oasst1_e3.py](./xtuner_config/mixtral_8x7b_instruct_qlora_oasst1_e3.py) | +| | …… | …… | …… |