mirror of https://github.com/explosion/spaCy.git
15 lines
243 B
INI
15 lines
243 B
INI
|
[model]
|
||
|
@architectures = "spacy.Tagger.v1"
|
||
|
|
||
|
[model.tok2vec]
|
||
|
@architectures = "spacy.HashCharEmbedCNN.v1"
|
||
|
pretrained_vectors = null
|
||
|
width = 12
|
||
|
depth = 1
|
||
|
embed_size = 2000
|
||
|
window_size = 1
|
||
|
maxout_pieces = 2
|
||
|
subword_features = true
|
||
|
nM = 64
|
||
|
nC = 8
|