spaCy/spacy/ml
Matthew Honnibal 2bd1bf81f1
Refactor pretrain and support character-based objective for v3 (#5706)
* Start adding character-based stuff

* Start adding character-based objective

* Start adding character-based stuff

* Start adding character-based objective

* Remove outdated comment

* Update pretraining models

* Add/fix character-based multi-task models

* Refactor pretrain and support character-based objective

* Update pretrain config

* Remove unused

* Fix flake8 errors

* Clean up imports

* Format

* Format

* Update Thinc version

* Raise error if vectors objective but no vectors
2020-07-03 17:57:28 +02:00
..
models Refactor pretrain and support character-based objective for v3 (#5706) 2020-07-03 17:57:28 +02:00
__init__.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
_biluo.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
_character_embed.py Tok2Vec: extract-embed-encode (#5102) 2020-03-08 13:23:18 +01:00
_iob.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
_precomputable_affine.py Fix init for padding 2020-06-30 11:50:24 +02:00
extract_ngrams.py Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
spacy_vectors.py Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
tb_framework.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00