fine tuning two tasks at the same time
zkievanlou opened this issue · 5 comments
hello
Thanks for your good repository
Considering that mvp is a multitasking project, how can we fine tune two tasks simultaneously?
I think you can merge two datasets into a new dataset with a new property yaml file.
Is it possible that we can fine tune two task such as Paraphrase generation and text classification whit MVP+M( we merge our two datasets into a new dataset)?
In other words, is it possible that we can have two types of outputs(generation and classification) at the same time?
If you format the classification task as a generative task, you easily achieve your goal by merging two datasets into a new one. (this is recommended)
If you want to use a classification head to conduct the classification task, maybe you should modify the code to conduct generation and classification at the same time.
thanks a lot.
Is it possible to do two generation tasks at the same time and get two outputs? How?
Just merge them into a new dataset.