mirror of https://github.com/explosion/spaCy.git
Mention characters loss option in pretrain
This commit is contained in:
parent
f85e41ca3e
commit
7137a16df8
|
@ -43,7 +43,7 @@ from .train import _load_pretrained_tok2vec
|
||||||
bilstm_depth=("Depth of BiLSTM layers (requires PyTorch)", "option", "lstm", int),
|
bilstm_depth=("Depth of BiLSTM layers (requires PyTorch)", "option", "lstm", int),
|
||||||
embed_rows=("Number of embedding rows", "option", "er", int),
|
embed_rows=("Number of embedding rows", "option", "er", int),
|
||||||
loss_func=(
|
loss_func=(
|
||||||
"Loss function to use for the objective. Either 'L2' or 'cosine'",
|
"Loss function to use for the objective. Either 'characters', 'L2' or 'cosine'",
|
||||||
"option",
|
"option",
|
||||||
"L",
|
"L",
|
||||||
str,
|
str,
|
||||||
|
|
Loading…
Reference in New Issue