What is difference between v1 and v2?

#1
by felkf - opened

Is there any difference in the model merge method?

Owner

The first version of MergeKit required some libraries, which I didn't realize, but the model merge went smoothly and without issue.
I tested the first version, and it worked perfectly in VLLM.

For the second version, I installed the required libraries and performed the merge without any errors.

Is the DARE TIES merge method more advanced than the Task Arithmetical method, or does it have its own pros and cons?

Owner

Dare-ties might be superior, but I plan to merge it with other Mergekit methods and ultimately merge a variety of models with date-ties.

Owner

I'm adding this:
With task_arithmetic_v2, I've noticed that when the model makes a mistake, it recognizes it and corrects it (generating more tokens). However, with dare_ties, it can very rarely make a mistake, but it doesn't correct it. I want to see if merging them afterward captures this reasoning.

Wow that's interesting! Thank you for your contribution.
I'll look forward to your model release!

Sign up or log in to comment