diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index 4c71c17f3..56747320f 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -189,8 +189,9 @@ $ python -m spacy init fill-config [base_path] [output_file] [--diff] Auto-fill the Hugging Face model hyperpameters and loader parameters of a [Curated Transformer](/api/curatedtransformer) pipeline component in a -[.cfg file](/usage/training#config). The name and revision of the Hugging Face model -can either be passed as command-line arguments or read from the +[.cfg file](/usage/training#config). The name and revision of the +[Hugging Face model](https://huggingface.co/models) can either be passed as +command-line arguments or read from the `initialize.components.transformer.encoder_loader` config section. ```bash