Multilabel text prediction API
I am trying to make a tag (multi-tag) predictor for texts. That is, we enter a text and it returns the corresponding labels. I have trained a BERT model, and I have tested with a text and it works, I have downloaded the model and I am trying to create an APP so that the user can enter the text and return the label predictions, but I am having problems and I don’t know how to solve it . It would be a great help if someone could give me some advice. THANK YOU SO MUCH!!