Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
textmonkey_pytorch
Commits
5f6b742a
Unverified
Commit
5f6b742a
authored
Dec 16, 2023
by
ShuoZhang2003
Committed by
GitHub
Dec 16, 2023
Browse files
Update README_cn.md
parent
b5d888e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README_cn.md
README_cn.md
+1
-1
No files found.
README_cn.md
View file @
5f6b742a
...
@@ -146,7 +146,7 @@ bash eval/eval.sh 'EVAL_PTH' 'SAVE_NAME'
...
@@ -146,7 +146,7 @@ bash eval/eval.sh 'EVAL_PTH' 'SAVE_NAME'
受 Qwen-VL 的启发,我们冻结了大型语言模型(LLM),并将 LoRA 引入四个线性层
```"c_attn"、"attn.c_proj"、"w1"、"w2"```
进行训练。 这使得使用 8 个 NVIDIA 3090 GPU 训练 Monkey 成为可能。
受 Qwen-VL 的启发,我们冻结了大型语言模型(LLM),并将 LoRA 引入四个线性层
```"c_attn"、"attn.c_proj"、"w1"、"w2"```
进行训练。 这使得使用 8 个 NVIDIA 3090 GPU 训练 Monkey 成为可能。
-
添加LoRA:需要将
```model_qwen.py```
的内容替换为
```model_qwen_n
ew
.py```
的内容
-
添加LoRA:需要将
```model_qwen.py```
的内容替换为
```model_qwen_n
vdia3090
.py```
的内容
-
冻结LLM:需要在
```finetune_multitask.py```
中冻结除LoRA和Resampler模块的其他模块
-
冻结LLM:需要在
```finetune_multitask.py```
中冻结除LoRA和Resampler模块的其他模块
## 性能
## 性能
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment