After downloading and linking a spacy model (en large) by:
python -m spacy download en_core_web_lg
which is around 850 Mb of data.
How can it find and delete the data (downloaded model) on my mac to free some space?
Spacy: 2.0.18
Python: 3.6.9
en_core_web_lg: 2.0.0
The download command will install the model via pip, place the package in your site-packages. So, the data should be inside the spacy directory inside your python's site-packages.
Try to check some where like /usr/lib/python3.6/site-packages/en_core_web_sm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With