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