spaCy/examples/training
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
..
ner_example_data Updates/bugfixes for NER/IOB converters (#4186) 2019-08-29 12:04:01 +02:00
textcat_example_data Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
conllu-config.json Generalize handling of tokenizer special cases (#4259) 2019-11-13 21:24:35 +01:00
conllu.py Merge branch 'master' into develop 2019-12-21 18:55:03 +01:00
create_kb.py Update NEL examples and documentation (#5370) 2020-04-29 12:53:53 +02:00
ner_multitask_objective.py Example class for training data (#4543) 2019-11-11 17:35:27 +01:00
rehearsal.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
train_entity_linker.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
train_intent_parser.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_morphologizer.py Update morphologizer (#5108) 2020-04-02 14:46:32 +02:00
train_ner.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
train_new_entity_type.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
train_parser.py Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
train_tagger.py Example class for training data (#4543) 2019-11-11 17:35:27 +01:00
train_textcat_config.cfg Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
train_textcat.py train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
training-data.json Revert training example edit from #4327 (#4403) 2019-10-10 17:00:26 +02:00
vocab-data.jsonl Use even smaller examle size 2017-10-30 19:46:45 +01:00