how to finetune a pretrained model? how to fix these errors im getting?
im really not very experienced specially in NLP, so basically im trying to train a chatbot for my psycholical therapist web application, i trained the model twice on 2 datasets. now im trying to fine-tune the model on a better dataset that i found.
the new dataset has different column names (question, response_j, response_K)
the old ones had only 2 (text,label) labels were from 0-4 (0: Sadness. 1:Joy. 2:Love. 3:Anger. 4: Fear)