mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
refer to the same model
This commit is contained in:
parent
e4e1f18a5e
commit
c862f2d63c
|
@ -4132,7 +4132,7 @@
|
|||
"from vetiver import VetiverModel, VetiverAPI",
|
||||
"",
|
||||
"# If you use this model, you'll need to download it first:",
|
||||
"# python -m spacy download en_core_web_sm",
|
||||
"# python -m spacy download en_core_web_md",
|
||||
"nlp = spacy.load('en_core_web_md')",
|
||||
"# Create deployable model object with your nlp Language object",
|
||||
"v = VetiverModel(nlp, model_name = 'my_model')",
|
||||
|
|
Loading…
Reference in New Issue
Block a user