diff --git a/spacy/cli/pretrain.py b/spacy/cli/pretrain.py index 6eda4ca7e..c2d086fb6 100644 --- a/spacy/cli/pretrain.py +++ b/spacy/cli/pretrain.py @@ -87,12 +87,11 @@ def pretrain( output_dir, width=96, conv_depth=4, - bilstm_depth=0, cnn_pieces=3, sa_depth=0, - use_chars=False, cnn_window=1, bilstm_depth=0, + use_chars=False, embed_rows=2000, loss_func="cosine", use_vectors=False,