Fix typo in train_cli docstring

This commit is contained in:
Santiago Castro 2021-06-25 22:45:03 -07:00 committed by GitHub
parent f5aee0bbdf
commit ee63b2b199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ def train_cli(
""" """
Train or update a spaCy pipeline. Requires data in spaCy's binary format. To 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 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 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 paths or that you want to experiment with, you can override them as
command line options. For instance, --training.batch_size 128 overrides command line options. For instance, --training.batch_size 128 overrides