allenai / allennlp-as-a-library-example

A simple example for how to build your own model using AllenNLP as a dependency.
113 stars 51 forks source link

Multi labels prediction using Allennlp #29

Open KalidindiMounika opened 5 years ago

KalidindiMounika commented 5 years ago

Hi, We have a use case where we need to predict the label as well as the classes within the label. It is like predicting two columns (multi label target prediction). I am not sure whether I can use the existing library example for my requirement. Please suggest me whether it's possible using allennlp. Thanks in Advance