I have 5 fine-tuned models.
Can i compose all of them to only 1 model?
For example i have model, that generates titles for my website and another model generates testimonials.
Can i compose these two models to 1 model, that will proceed both tasks?
Welcome @fazly.iura
Why do you want to combine models? The whole purpose of finetune is to improve models’ behaviours to be efficient for specific task(s).
It is possible but it would require training a new model with combined data for all the models and specific system message labelling for each training tuple based on the task it’s required for.
Given how you already have fine-tuned the models, it makes no sense to spend almost the combined cost again to train a new model that’ll do essentially the same tasks.