zjunlp / EasyEdit

[ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.
https://zjunlp.github.io/project/KnowEdit
MIT License
1.74k stars 210 forks source link

About the configuration file of KE on BLIP2 and MiniGPT4 #264

Closed yaohui120 closed 3 months ago

yaohui120 commented 3 months ago

The paper 'Can We Edit Multimodal Large Language Models?' provides the results of KE on BLIP2 and MiniGPT4 pretrained-model, but the corresponding configuration files aren't provided (EasyEdit-main/hparams/TRAINING/KE). So could you upload these files? Thank you so much!

tbozhong commented 3 months ago

Thank you for your interest in our work!

In our original code, we implemented FT and KE (referred to as EFK in MEND) based on the MEND repository. We plan to integrate both FT and KE into our project in the future.

yaohui120 commented 3 months ago

Thank you, I'll have a try.