Merge multiple sources of parent models instead of picking the highest priority source

#3
by XR - opened

It seems to attempt find the base model(s) for the current model in this order:
a. From the 'base_model' field in the card dictionary
b. From the 'tags' field, looking for tags containing '/'
c. By parsing a 'merge.yml' file from the model's HuggingFace repository
d. By parsing a 'mergekit_config.yml' file from the model's HuggingFace repository

and it only uses the first method found.

Wouldn't it be better if instead of checking sources in order and going with the first one, it pulled from all the sources and combined the results?

I think these results would be redundant no? I don't see a good way of combining them.

Sign up or log in to comment