Merging two models

How to merge two models from huggingface? ex. text classification and conversation model.

Hey,

I would go with this mergekit library, it contains the main merging methods :slight_smile:
Also if you’re interested into the underworking of those algorithm, I wrote a blog post explaining the basics of Task Arithmetic.

Hope that can help :raised_hands: