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
7ede4dd6
"...composable_kernel.git" did not exist on "52abc2f37112d49f85f31aa343a14bd92a83b07c"
Unverified
Commit
7ede4dd6
authored
Dec 16, 2023
by
ShuoZhang2003
Committed by
GitHub
Dec 16, 2023
Browse files
Update README_cn.md
parent
6c1a3e6e
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 @
7ede4dd6
...
@@ -144,7 +144,7 @@ bash eval/eval.sh 'EVAL_PTH' 'SAVE_NAME'
...
@@ -144,7 +144,7 @@ bash eval/eval.sh 'EVAL_PTH' 'SAVE_NAME'
**注意:**
需要指定训练数据的路径,该路径应该是包含对话列表的 json 文件。
**注意:**
需要指定训练数据的路径,该路径应该是包含对话列表的 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```的内容即可。
受 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```
的内容即可。
## 性能
## 性能
...
...
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