Skip to content

Warnings with spacy version 2.3.4 #2

@nicolamassarenti

Description

@nicolamassarenti

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.

.../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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions