Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Spacy downloaded model [closed]

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
like image 419
Carson Yau Avatar asked Jun 17 '26 18:06

Carson Yau


1 Answers

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

like image 115
R.yan Avatar answered Jun 20 '26 09:06

R.yan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!