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
MiniCMP-V_pytorch
Commits
e7632fc0
Commit
e7632fc0
authored
Jan 13, 2025
by
wanglch
Browse files
Update README.md
parent
6735898e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
e7632fc0
...
@@ -109,7 +109,7 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
...
@@ -109,7 +109,7 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
```
```
## 训练
## 训练
训练需将finetune文件夹中的
[
finetune_
lora
.sh
](
./finetune/finetune_ds.sh
)
中修改以下参数
训练需将finetune文件夹中的
[
finetune_
ds
.sh
](
./finetune/finetune_ds.sh
)
中修改以下参数
```
```
MODEL="XXXXXX/MiniCPM-Llama3-V-2_5" # or 修改为本地模型地址
MODEL="XXXXXX/MiniCPM-Llama3-V-2_5" # or 修改为本地模型地址
DATA="data/self_build/data/train_data/train_data.json" # 本地自定义训练集json文件
DATA="data/self_build/data/train_data/train_data.json" # 本地自定义训练集json文件
...
...
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