mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 21:26:58 +03:00
f00de445dd
* move defaults to pipeline and use in component decorator * black formatting * relative import
10 lines
172 B
INI
10 lines
172 B
INI
[model]
|
|
@architectures = "spacy.HashEmbedCNN.v1"
|
|
pretrained_vectors = null
|
|
width = 96
|
|
depth = 4
|
|
embed_size = 2000
|
|
window_size = 1
|
|
maxout_pieces = 3
|
|
subword_features = true
|