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