Relation Extraction model: How to predict on new data? #12724
Unanswered
harshpreetskychub
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hey harshpreetskychub, This error message tells you that there were no entities found: https://github.com/explosion/projects/blob/v3/tutorials/rel_component/scripts/rel_pipe.py#LL77C23-L77C85. I would suggest as a first step in debugging to first isolate the |
Beta Was this translation helpful? Give feedback.
0 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 have trained a model using this video. I want to perform some inference on new unseen data.
I have made all the necessary imports
This is the main code
This is the driver
I am getting the following as output
ℹ Could not determine any instances in doc - returning doc as is.
How can I create an inference script using which I can predict on custom text?
Beta Was this translation helpful? Give feedback.
All reactions