Has anyone tried multiple classifications in the same query? In the context of this problem it might look something like,
“This product looks good, I might buy it.” → [“positive”, “will buy”]
“This product looks good, but too expensive.” → [“positive”, “won’t buy”]
I want to try having various fields like these and want the model to classify all the fields in the same query. Is this possible/ feasible?