You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able of running spacy with your embeddings but I have the following warnings.
.../python3.7/site-packages/spacy/util.py:275: UserWarning: [W031] Model 'it_vectors_wiki_lg' (1.0.1) requires spaCy v2.1 and is incompatible with the current spaCy version (2.3.4). This may lead to unexpected results or runtime errors. To resolve this, download a newer compatible model or retrain your custom model with the current spaCy version. For more details and available updates, run: python -m spacy validate
.../python3.7/site-packages/spacy/_ml.py:287: UserWarning: [W020] Unnamed vectors. This won't allow multiple vectors models to be loaded. (Shape: (962148, 300))
Even though it seems to run smoothly, could you check if the model is running correctly? Or, even better, recreate the model and publish a new release for this spacy version?
Thanks!
Best regards,
Nicola
The text was updated successfully, but these errors were encountered:
Hi Nicola!
Thank you for your feedback, I'm happy that someone is using this model :) I will upload a new release soon which will support the latest SpaCy model.
I'm quite sure that both warnings can be ignored, but I will double check and publish the release. I had the same warning with another model and it was working nicely without problems.
Hi Martino,
I've seen your implementation and it is really usefull. Great work!
My environment runs with python 3.7.9 and spacy 2.3.4.
I've installed the package as you suggested in the readme, so with this command
pip install -U https://github.com/MartinoMensio/it_vectors_wiki_spacy/releases/download/v1.0.1/it_vectors_wiki_lg-1.0.1.tar.gz
I am able of running spacy with your embeddings but I have the following warnings.
Even though it seems to run smoothly, could you check if the model is running correctly? Or, even better, recreate the model and publish a new release for this spacy version?
Thanks!
Best regards,
Nicola
The text was updated successfully, but these errors were encountered: