MartinoMensio / spacy-universal-sentence-encoder

Google USE (Universal Sentence Encoder) for spaCy
MIT License
176 stars 12 forks source link

Should the github artifacts have included models? #29

Open willstott101 opened 9 months ago

willstott101 commented 9 months ago

The readme mentions:

In alternative, you can install the following standalone pre-packaged models with pip. Each model can be installed independently:

But none of the tarballs on github are big enough to include the models. This is rather confusing. Would you be able to help clarify if there is an intention to be able to use pip to install the models, or do we always need to load the model after pip install?

Either way is fine, but I am not sure how to help suggest improving the clarity without knowing the intention. Thanks!

Related: #27 #9