mirror of https://github.com/explosion/spaCy.git
Update config
This commit is contained in:
parent
f0cf4a2dca
commit
4bbbb41bf8
|
@ -4,7 +4,7 @@ patience = 10000
|
||||||
eval_frequency = 200
|
eval_frequency = 200
|
||||||
dropout = 0.2
|
dropout = 0.2
|
||||||
init_tok2vec = null
|
init_tok2vec = null
|
||||||
vectors = "tmp/fasttext_vectors/vocab"
|
vectors = null
|
||||||
max_epochs = 100
|
max_epochs = 100
|
||||||
orth_variant_level = 0.0
|
orth_variant_level = 0.0
|
||||||
gold_preproc = true
|
gold_preproc = true
|
||||||
|
@ -85,7 +85,7 @@ width = ${components.tok2vec.model.encode:width}
|
||||||
width = ${components.tok2vec.model.encode:width}
|
width = ${components.tok2vec.model.encode:width}
|
||||||
rows = 2000
|
rows = 2000
|
||||||
also_embed_subwords = true
|
also_embed_subwords = true
|
||||||
also_use_static_vectors = true
|
also_use_static_vectors = false
|
||||||
|
|
||||||
[components.tok2vec.model.encode]
|
[components.tok2vec.model.encode]
|
||||||
@architectures = "spacy.MaxoutWindowEncoder.v1"
|
@architectures = "spacy.MaxoutWindowEncoder.v1"
|
||||||
|
|
Loading…
Reference in New Issue