spaCy/examples/training/train_textcat_config.cfg

15 lines
228 B
INI
Raw Normal View History

[nlp]
lang = "en"
2020-07-27 14:48:21 +00:00
pipeline = ["textcat"]
2020-07-27 14:48:21 +00:00
[components]
2020-07-27 14:48:21 +00:00
[components.textcat]
factory = "textcat"
2020-07-27 14:48:21 +00:00
[components.textcat.model]
@architectures = "spacy.TextCatBOW.v1"
exclusive_classes = true
ngram_size = 1
no_output_layer = false