Unverified Commit 6c1a3e6e authored by ShuoZhang2003's avatar ShuoZhang2003 Committed by GitHub
Browse files

Update README_cn.md

parent 6fe988e3
......@@ -144,6 +144,7 @@ bash eval/eval.sh 'EVAL_PTH' 'SAVE_NAME'
**注意:** 需要指定训练数据的路径,该路径应该是包含对话列表的 json 文件。
受 Qwen-VL 的启发,我们冻结了大型语言模型(LLM),并将 LoRA 引入四个线性层``"c_attn"、"attn.c_proj"、"w1"、"w2"```进行训练。 这使得使用 8 个 NVIDIA 3090 GPU 训练 Monkey 成为可能。 具体实现代码在``model_qwen_new.py```中。 使用时只需将``model_qwen.py```的内容替换为````model_qwen_new.py```的内容即可。
## 性能
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment