Update website/docs/usage/training.mdx

This commit is contained in:
Adriane Boyd 2023-03-29 09:02:21 +02:00 committed by GitHub
parent 1e820aceb4
commit dc1a3d07fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -760,9 +760,10 @@ your pipeline and registered when it's loaded. See the documentation on
<Infobox variant="warning">
Note that unpackaged models produced by `spacy train` do **not include custom
code**, you need to import the code to your script before loading in unpackaged
models. For more details, see [`spacy.load`](/api/top-level#spacy.load).
Note that the unpackaged models produced by `spacy train` are data directories
that **do not include custom code**. You need to import the code in your script
before loading in unpackaged models. For more details, see
[`spacy.load`](/api/top-level#spacy.load).
</Infobox>