Skip to content
Discussion options

You must be logged in to vote

spacy-transformers only uses Transformers as feature sources, it can't use NER or other task-specific heads. There's also no way for a transformer component to have labels for that reason.

Looking at per-label scores, several of them have zero, which might happen if you have no training examples of that score. What's the output of debug data for your training data? For the non-zero one, several of them seem to have pretty reasonable scores.

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
13 replies
@polm
Comment options

@geetarajagopal
Comment options

@polm
Comment options

@geetarajagopal
Comment options

@polm
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / transformer Feature: Transformer
2 participants