How to Integrate NER and Textcat Multilabel Models in a Pipeline #13537
Unanswered
santhoshlinga
asked this question in
Help: Coding & Implementations
Replies: 1 comment 4 replies
-
Is there any possibility? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on extracting information from raw text and have created an NER model with 6 entities. I want to pass the output of the NER model to textcat multilabel models. Specifically, I have created different textcat multilabel models for each entity to improve precision. Now that I have all the models ready, I need guidance on how to add them to the pipeline.
Here are the steps I am trying to implement:
Could anyone provide advice or examples on how to integrate these models into a single pipeline?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions