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

Questions about the performance of pretrained model and weight average #3

Open
nathanielyvo opened this issue Dec 16, 2024 · 1 comment

Comments

@nathanielyvo
Copy link

nathanielyvo commented Dec 16, 2024

Hello.

Thank you for sharing this interesting research and the codes.

It seems like the result of the pretrained model and weight average is different from the result report in paper task arithmetic[1], adamerging[2], surgery[3], and many other works, while you all use the vit model of CLIP. Could you explain the possible reasons for this?

[1] Editing Models with Task Arithmetic
[2] ADAMERGING: ADAPTIVE MODEL MERGING FOR MULTI-TASK LEARNING
[3] Representation Surgery for Multi-Task Model Merging

Thank you.

@wang-kee
Copy link
Collaborator

wang-kee commented Dec 17, 2024

Hi,

Thanks a lot for your interest in our work and the question.

We have noted that we used a different split for the DTD dataset when creating the checkpoint, which leads to the difference in the result compared to the original task arithmetic paper.

Please note that we have updated the DTD checkpoints and updated the Readme file for how to download them.

Alternatively, you could also run our code with the checkpoints provided in other papers to minimize the influence from different checkpoints when comparing the methods.

Please let us know if you have any other questions.

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