Hi Guys, I am trying to train a bert based classifier for a problem that contains 2 text Columns.
The data looks like this:
Text 1 | Text 2 | Label
It is a multi-class problem. I have tried following this notebook. But I am having a hard time on using 2 columns together. If someone can point me to the correct resource that would be really helpful.
I’m not sure what aspect of the classification you are struggling with. I’m somewhat of a beginner myself, so more details and code examples would be helpful to help you better.
It would be better if you post the code you’ve tried so far and specify the specific problem that you’re having.
These forums are usually not for tutorial-type solutions but more for getting help with specific problems.