Textcat with tok2vec specification but no vectors? #12423
Replies: 1 comment 1 reply
-
More reading before I waste teams time... |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Looking at one of the example projects, I am struggling to understand the impact of the provided config file. There is specified a
but there are no vectors specified. This may be really embarrassing question, but what good is tok2vec without vec? I have trained some models using the example from projects/pipelines/textcat_demo/...but the results aren't great in real usage and the false positives suggest more a Bag of Words that any CNN or Ensemble model.
I have no intuition whats going on. Getting much better results in spacy2.3 starting with spacy.blank() and manually adding Gold annotations. It would be really helpful if someone could help me understand the moving parts of this example and how the lack of provided vectors is incorporated into training internals. Below I've included the example config from above tutorial for convenience.
Beta Was this translation helpful? Give feedback.
All reactions