spaCy/spacy/ml/models
Sofie Van Landeghem 5847be6022
Tok2Vec: extract-embed-encode (#5102)
* avoid changing original config

* fix elif structure, batch with just int crashes otherwise

* tok2vec example with doc2feats, encode and embed architectures

* further clean up MultiHashEmbed

* further generalize Tok2Vec to work with extract-embed-encode parts

* avoid initializing the charembed layer with Docs (for now ?)

* small fixes for bilstm config (still does not run)

* rename to core layer

* move new configs

* walk model to set nI instead of using core ref

* fix senter overfitting test to be more similar to the training data (avoid flakey behaviour)
2020-03-08 13:23:18 +01:00
..
defaults Update sentence recognizer (#5109) 2020-03-06 14:45:02 +01:00
__init__.py Tidy up and auto-format 2020-02-28 11:57:41 +01:00
entity_linker.py Tidy up and auto-format 2020-02-28 11:57:41 +01:00
multi_task.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
parser.py Tidy up and auto-format 2020-02-28 11:57:41 +01:00
tagger.py Tidy up and auto-format 2020-02-28 11:57:41 +01:00
tensorizer.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
textcat.py Tidy up and auto-format 2020-02-28 11:57:41 +01:00
tok2vec.py Tok2Vec: extract-embed-encode (#5102) 2020-03-08 13:23:18 +01:00