refer to the same model

This commit is contained in:
Sofie Van Landeghem 2023-06-01 16:57:25 +02:00 committed by GitHub
parent e4e1f18a5e
commit c862f2d63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')",