Add link to HF model hub

This commit is contained in:
shadeMe 2023-08-25 10:54:16 +02:00
parent 1b54446875
commit 83a53da586
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

@ -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