-
Notifications
You must be signed in to change notification settings - Fork 236
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
How to apply it to new models #165
Comments
ROME is kind of a locate-then-edit model. |
hi, do you have any further questions? |
It sounds a challenging work. |
Is there any practical information that can be used as a reference? I encountered this problem kmeng01/rome#43 , but it seems that no developer helped this problem. |
I also tried to set layers as a hyper-parameter when editing chatglm3, but none of the results shows it is right. |
Sorry for the slow response and I'm not sure if you still face the problem. However, we 're busy of late and cannot support chatglm3 currently. We would support it in the future and will let you know. |
Hello, I have succeeded editing models from llama, including llama-7b, ziya-llama-13B.
But it failed on editing chatglm3 with the config from ROME/chatglm2-6b.yaml. Even if I adjust the edition steps to 200, I cannot effectively reduce the loss and improve the accuracy of editing.
It shows:
So I wonder how to apply this framework to another mode, and how to set the
layers
,v_loss_layers
,v_loss_layer
and others options in config?Thank you
The text was updated successfully, but these errors were encountered: