How does T5 model work on input and target data while transfer learning?
I am working on a project where I want the model to generate job description based on Role, Industry, Skills
. I have trained my data and got the resultant output.
I am aware that the T5 model
was trained on C4 data in an unsupervised manner. The various different techniques applied including denoising, corrupted span, etc. But I am not able to understand how it works for classification problem.
My concern is if I pass my input and target variables for training how the model is going to train. Also give me a brief idea as how the model is going to react to input and output data.
Any links, resources is appreciated. Thankyou.
Topic huggingface transformer nlg transfer-learning nlp
Category Data Science