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

MultimodalEditor Question #257

Open wxz2002 opened 3 months ago

wxz2002 commented 3 months ago

Thank you for your outstanding work on multimodal knowledge editing. However, when I was trying to test your work, I found the following line of code in the Edit method of MultimodalEditor: **assert self.alg_name == 'IKE' or print('Only IKE supported for MultimodalEditor')**. Could you please explain why multimodal knowledge editing currently only supports the IKE method? Are other methods temporarily untestable?

tbozhong commented 3 months ago

Thanks for your interest in our work, and I apologize for any inconvenience.

At present, MultimodalEditor only supports IKE. For other methods, please utilize MultimodalTrainer for both training and evaluation, as detailed in the Evaluating Example section found here.

I will support additional methods within MultimodalEditor as soon as possible.