Spacy Relation Component Unable to predict #8627
Answered
by
svlandeg
shahidkhan021
asked this question in
Help: Other Questions
-
i have trained a transformer model with relation component added to pipe line by cloning
but when i execute above code i am getting this message |
Beta Was this translation helpful? Give feedback.
Answered by
svlandeg
Jul 7, 2021
Replies: 1 comment 2 replies
-
Hi! This typically means that no relevant entities were found to create REL candidate instances with. Does your pipeline have an |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! This typically means that no relevant entities were found to create REL candidate instances with. Does your pipeline have an
ner
component?