ljvmiranda921 / comments.ljvmiranda921.github.io

Blog comments for my personal blog: ljvmiranda921.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spaCy Internals: Spancat architecture walkthrough

utterances-bot opened this issue · comments

spaCy Internals: Spancat architecture walkthrough

This blog post illustrates how spaCy's registry system works by walking through the process of initializing a spancat pipeline. Read this if you're curious a...

https://ljvmiranda921.github.io/notebook/2022/07/16/spacy-registry/

I have compared the result between Spacy NER and Spacy Spancat. I got 0.98 Score in Spacy NER but only 0.88 Score in Spacy Spancat. My data dont have any overlap Span, still I am getting less score in Spancat. Can you tell me how to get the 0.98 Score in Spacy Spancat? or Is it not possible to achieve that score? I need confidence score thats why I have started to use SpanCat but score is low. Please guide me