InternLM / InternLM-XComposer

InternLM-XComposer2 is a groundbreaking vision-language large model (VLLM) excelling in free-form text-image composition and comprehension.
1.91k stars 120 forks source link

About PLora #313

Open decreasbetter opened 1 month ago

decreasbetter commented 1 month ago

If I want to turn off parameters in the Plora section during training, which layers of the model do I need to turn off parameter iterations? "model.layers.0.attention.wo.Plora_A.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.attention.wo.Plora_B.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.attention.wo.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.attention.wqkv.Plora_A.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.attention.wqkv.Plora_B.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.attention.wqkv.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.attention_norm.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w1.Plora_A.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w1.Plora_B.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w1.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w2.Plora_A.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w2.Plora_B.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w2.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w3.Plora_A.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w3.Plora_B.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.feed_forward.w3.weight": "pytorch_model-00001-of-00002.bin", "model.layers.0.ffn_norm.weight": "pytorch_model-00001-of-00002.bin",