mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
14 lines
245 B
INI
14 lines
245 B
INI
[model]
|
|
@architectures = "spacy.BiluoTagger.v1"
|
|
|
|
[model.tok2vec]
|
|
@architectures = "spacy.HashEmbedCNN.v1"
|
|
pretrained_vectors = null
|
|
width = 128
|
|
depth = 4
|
|
embed_size = 7000
|
|
window_size = 1
|
|
maxout_pieces = 3
|
|
subword_features = true
|
|
dropout = null
|