mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix typo in train_cli
docstring
This commit is contained in:
parent
f5aee0bbdf
commit
ee63b2b199
|
@ -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
Block a user