update config files with separate dropout for Tok2Vec layer

This commit is contained in:
svlandeg 2020-06-03 11:53:59 +02:00
parent eac12cbb77
commit 109bbdab98
5 changed files with 5 additions and 0 deletions

View File

@ -114,3 +114,4 @@ window_size = 1
embed_size = 10000
maxout_pieces = 3
subword_features = true
dropout = null

View File

@ -66,3 +66,4 @@ depth = 4
embed_size = 2000
subword_features = true
maxout_pieces = 3
dropout = null

View File

@ -67,3 +67,4 @@ window_size = 1
embed_size = 2000
maxout_pieces = 3
subword_features = true
dropout = null

View File

@ -37,6 +37,7 @@ nM = 64
nC = 8
rows = 2000
columns = ["ID", "NORM", "PREFIX", "SUFFIX", "SHAPE", "ORTH"]
dropout = null
[nlp.pipeline.tok2vec.model.extract.features]
@architectures = "spacy.Doc2Feats.v1"

View File

@ -45,3 +45,4 @@ maxout_pieces = 3
window_size = 1
subword_features = true
pretrained_vectors = null
dropout = null