diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index 19f1ae3f8..9fa576fa5 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -253,8 +253,11 @@ $ python -m spacy init labels [config_path] [output_path] [--code] [--verbose] [ ## configure {id="configure", version="TODO"} -Modify or combine existing configs in high-level ways. Can be used to automate -config changes made as part of the development cycle. +Modify or combine existing configs. Example uses include swapping feature +sources or creating configs to resume training. This may simplify parts of the +development cycle. For example, it allows starting off with a config for a +faster, less accurate model (using the CNN tok2vec) and conveniently switching +to transformers later, without having to manually adjust the config. ### configure resume {id="configure-resume", tag="command"} @@ -1283,7 +1286,6 @@ $ python -m spacy apply [model] [data-path] [output-file] [--code] [--text-key] | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | | **CREATES** | A `DocBin` with the annotations from the `model` for all the files found in `data-path`. | - ## find-threshold {id="find-threshold",version="3.5",tag="command"} Runs prediction trials for a trained model with varying tresholds to maximize