spaCy/spacy/pipeline/defaults
Sofie Van Landeghem c0f4a1e43b
train is from-config by default (#5575)
* verbose and tag_map options

* adding init_tok2vec option and only changing the tok2vec that is specified

* adding omit_extra_lookups and verifying textcat config

* wip

* pretrain bugfix

* add replace and resume options

* train_textcat fix

* raw text functionality

* improve UX when KeyError or when input data can't be parsed

* avoid unnecessary access to goldparse in TextCat pipe

* save performance information in nlp.meta

* add noise_level to config

* move nn_parser's defaults to config file

* multitask in config - doesn't work yet

* scorer offering both F and AUC options, need to be specified in config

* add textcat verification code from old train script

* small fixes to config files

* clean up

* set default config for ner/parser to allow create_pipe to work as before

* two more test fixes

* small fixes

* cleanup

* fix NER pickling + additional unit test

* create_pipe as before
2020-06-12 02:02:07 +02:00
..
__init__.py remove Tensorizer 2020-06-01 23:38:48 +02:00
entity_linker_defaults.cfg formatting 2020-06-04 16:09:55 +02:00
morphologizer_defaults.cfg formatting 2020-06-04 16:09:55 +02:00
multitask_defaults.cfg train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
ner_defaults.cfg make dropout in embed layers configurable 2020-06-03 11:50:16 +02:00
parser_defaults.cfg make dropout in embed layers configurable 2020-06-03 11:50:16 +02:00
senter_defaults.cfg make dropout in embed layers configurable 2020-06-03 11:50:16 +02:00
simple_ner_defaults.cfg make dropout in embed layers configurable 2020-06-03 11:50:16 +02:00
tagger_defaults.cfg make dropout in embed layers configurable 2020-06-03 11:50:16 +02:00
textcat_bow_defaults.cfg default models defined in component decorator (#5452) 2020-05-19 16:20:03 +02:00
textcat_cnn_defaults.cfg make dropout in embed layers configurable 2020-06-03 11:50:16 +02:00
textcat_defaults.cfg formatting 2020-06-04 16:09:55 +02:00
tok2vec_defaults.cfg formatting 2020-06-04 16:09:55 +02:00