Creating or using a custom defined model with SpaCy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 09:56 AM
I want to train and use a custom model with spaCy. I don't know how to manage and create folders that the model would be need to save and load custom models and associated files (e.g. from DBFS)
It should be something like this but it doesn't accept a path from dbfs
nlp = spacy.load("/path/to/pipeline") # string path
Any help appreciated
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2023 12:17 AM
Thank you @Retired_mod did you mean to link another document regarding how to use custom libraries and private packages with Model Serving to create model deployments with enterprise-grade security?

