mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
10 lines
185 B
INI
10 lines
185 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
|
|
dropout = null |