Skip to content
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

About PLora #313

Open
decreasbetter opened this issue May 15, 2024 · 0 comments
Open

About PLora #313

decreasbetter opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@decreasbetter
Copy link

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",

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

2 participants