Training a custom model with span categorizater instead of NER #12985
Unanswered
Oumayma68
asked this question in
Help: Other Questions
Replies: 1 comment
-
Hi @Oumayma68, |
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.
-
Since the NER component doesn't work with overlapping spans, I was wondering if it's possible to train a custom model with span categorizer instead of ner ? if it is possible how to do it?
For eg, I have this Sentence: "The launch of the new iPhone was a major event in the tech industry."
I want to extract the following entities/spans:
"the new iPhone" [Product]
"The launch of the new iPhone" [Event]
Beta Was this translation helpful? Give feedback.
All reactions