Loading model file on databrick
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 08:20 AM
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