-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError when added as a pipe #14
Comments
this made the factory behave wrongly if debug was not active. Refers to #14
Hi @debraj135, Best, |
Thank you, this works now. I believe I have encountered another issue outlined in this snippet
Shouldn't the vectors for the tokens have the same dimensionality as span and doc? |
Thanks for spotting this issue. It's a consequence of the change done for #13 The underlying model has the Tokens in the vocabulary and therefore the array of shape (300,) comes from Thank you for your patience. |
Thank you, appreciate your prompt response! |
While the first and second option in the readme for using this works the third option
throws a keyerror of the form
Is this behavior expected?
Thank you for any help.
The text was updated successfully, but these errors were encountered: