zjunlp / EasyEdit

[知识编辑] [ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.
https://zjunlp.github.io/project/KnowEdit
MIT License
1.63k stars 200 forks source link

Question about finetuning the backbone(mulitmodal editing) #293

Closed yaohui120 closed 1 month ago

yaohui120 commented 1 month ago

My understanding is that it does not need training when finetuning the last layer of the language model. In testing, we finetune the model from original weights on each sample. But in this way, the Reliability is about 10% and locality is about 100% when finetuning the self_attn, fc1, fc2 of the 31 layer of blip2. I want to know if there is misunderstanding. Thank you!

tbozhong commented 1 month ago

Thanks for your attention to our work!

We fine-tune the model on all samples for evaluation, rather than fine-tuning it on each sample.

zxlzr commented 1 month ago

hi, do you have any further questions?

yaohui120 commented 1 month ago

Thank you! I will try again.