We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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仓库中这些参数仍然有效吗?如果无效的话设置什么参数能达到以上效果呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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仓库中这些参数仍然有效吗?如果无效的话设置什么参数能达到以上效果呢?
The text was updated successfully, but these errors were encountered: