mirror of https://github.com/explosion/spaCy.git
13 lines
229 B
INI
13 lines
229 B
INI
|
[model]
|
||
|
@architectures = "spacy.EntityLinker.v1"
|
||
|
|
||
|
[model.tok2vec]
|
||
|
@architectures = "spacy.HashEmbedCNN.v1"
|
||
|
pretrained_vectors = null
|
||
|
width = 96
|
||
|
depth = 2
|
||
|
embed_size = 300
|
||
|
window_size = 1
|
||
|
maxout_pieces = 3
|
||
|
subword_features = true
|