Skip to content

internvl3_8B多模态模型的微调如何设置不同模块的冷冻与lora阶数呢? #4096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lzk9508 opened this issue May 6, 2025 · 0 comments

Comments

@lzk9508
Copy link

lzk9508 commented May 6, 2025

Describe the bug
我是从internvl的官方仓库里过来的,官网的训练代码依靠以下参数调节不同模块的冷冻与lora数:
--use_llm_lora 4 \ #语言模型部分的lora
--use_backbone_lora 4 \ #vit部分的lora
--freeze_llm True \ #语言模型本体冻结(lora微调)
--freeze_mlp False \ #桥接器不冻结
--freeze_backbone True \ #vit模型本体冻结(lora微调)

请问在swift仓库中这些参数仍然有效吗?如果无效的话设置什么参数能达到以上效果呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant