Open thak123 opened 3 years ago
Is it possible to have a language modeling task as one of the task in the multi-task setup when we train the sentence transformer ?
Language modeling is currently not implemented as a loss. But when you create your own loss class, you can add it to the multi task setup
Ahh... thanks for the lead... I will try to experiment in that direction
Question
Is it possible to have a language modeling task as one of the task in the multi-task setup when we train the sentence transformer ?