mirror of https://github.com/explosion/spaCy.git
Merge pull request #8507 from bryant1410/patch-3
Fix typo in `train_cli` docstring
This commit is contained in:
commit
894caab475
|
@ -28,7 +28,7 @@ def train_cli(
|
|||
"""
|
||||
Train or update a spaCy pipeline. Requires data in spaCy's binary format. To
|
||||
convert data from other formats, use the `spacy convert` command. The
|
||||
config file includes all settings and hyperparameters used during traing.
|
||||
config file includes all settings and hyperparameters used during training.
|
||||
To override settings in the config, e.g. settings that point to local
|
||||
paths or that you want to experiment with, you can override them as
|
||||
command line options. For instance, --training.batch_size 128 overrides
|
||||
|
|
Loading…
Reference in New Issue