mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
update config files with separate dropout for Tok2Vec layer
This commit is contained in:
parent
eac12cbb77
commit
109bbdab98
|
@ -114,3 +114,4 @@ window_size = 1
|
||||||
embed_size = 10000
|
embed_size = 10000
|
||||||
maxout_pieces = 3
|
maxout_pieces = 3
|
||||||
subword_features = true
|
subword_features = true
|
||||||
|
dropout = null
|
||||||
|
|
|
@ -66,3 +66,4 @@ depth = 4
|
||||||
embed_size = 2000
|
embed_size = 2000
|
||||||
subword_features = true
|
subword_features = true
|
||||||
maxout_pieces = 3
|
maxout_pieces = 3
|
||||||
|
dropout = null
|
|
@ -67,3 +67,4 @@ window_size = 1
|
||||||
embed_size = 2000
|
embed_size = 2000
|
||||||
maxout_pieces = 3
|
maxout_pieces = 3
|
||||||
subword_features = true
|
subword_features = true
|
||||||
|
dropout = null
|
||||||
|
|
|
@ -37,6 +37,7 @@ nM = 64
|
||||||
nC = 8
|
nC = 8
|
||||||
rows = 2000
|
rows = 2000
|
||||||
columns = ["ID", "NORM", "PREFIX", "SUFFIX", "SHAPE", "ORTH"]
|
columns = ["ID", "NORM", "PREFIX", "SUFFIX", "SHAPE", "ORTH"]
|
||||||
|
dropout = null
|
||||||
|
|
||||||
[nlp.pipeline.tok2vec.model.extract.features]
|
[nlp.pipeline.tok2vec.model.extract.features]
|
||||||
@architectures = "spacy.Doc2Feats.v1"
|
@architectures = "spacy.Doc2Feats.v1"
|
||||||
|
|
|
@ -45,3 +45,4 @@ maxout_pieces = 3
|
||||||
window_size = 1
|
window_size = 1
|
||||||
subword_features = true
|
subword_features = true
|
||||||
pretrained_vectors = null
|
pretrained_vectors = null
|
||||||
|
dropout = null
|
||||||
|
|
Loading…
Reference in New Issue
Block a user