From 83a53da5869f8eee1739b258373bf582c0025ecb Mon Sep 17 00:00:00 2001 From: shadeMe Date: Fri, 25 Aug 2023 10:54:16 +0200 Subject: [PATCH] Add link to HF model hub --- website/docs/api/cli.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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