diff --git a/spacy/cli/train.py b/spacy/cli/train.py index dc5b332d7..2932edd3b 100644 --- a/spacy/cli/train.py +++ b/spacy/cli/train.py @@ -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