OSError: [E050] Can't find model 'en_core_web_lg'

#1
by Daaaku - opened

I'm trying to follow the steps as mentioned in the model card but when i try to define the model it throws an error saying:
OSError: [E050] Can't find model 'en_core_web_lg'. It doesn't seem to be a Python package or a valid path to a data directory.

image.png

image.png

This is a spaCy model, it must be downloaded with spacy download en_core_web_lg.

image.png

Indeed, you must run spacy download en_core_web_lg in the terminal, or with !spacy download en_core_web_lg in Jupyter notebook

YOO, this worked. Thanks!!

Awesome!

tomaarsen changed discussion status to closed

Sign up or log in to comment