Hello,
I am having hard time loading certain model of python (scispacy model)
I want to load the model on the location so i can call it on the code running in databrick python notebook
wanted to load the model file (zipped)
How can I load it on the cluster so iccan mention that
spacy.load(what-do-I-put-here/filename)
Thanks