mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
f00de445dd
* move defaults to pipeline and use in component decorator * black formatting * relative import
10 lines
171 B
INI
10 lines
171 B
INI
[model]
|
|
@architectures = "spacy.TextCat.v1"
|
|
exclusive_classes = false
|
|
pretrained_vectors = null
|
|
width = 64
|
|
conv_depth = 2
|
|
embed_size = 2000
|
|
window_size = 1
|
|
ngram_size = 1
|