spaCy/spacy
Daniël de Kok fbc14aea45
Add distill subcommand (#13431)
* Add distill subcommand

This subcommand distills a student model from a teacher model.

* Fixes from Sofie

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>

* Type and doc fixes

* Wording

* distill: document missing `-o`

* Wording

* Small fix

---------

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2024-04-11 19:33:46 +02:00
..
cli Add distill subcommand (#13431) 2024-04-11 19:33:46 +02:00
displacy Fix displacy span stacking (#13068) 2023-11-02 12:02:18 +01:00
kb Modify EL batching to doc-wise streaming approach (#12367) 2024-04-09 11:39:18 +02:00
lang Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
matcher Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
ml Modify EL batching to doc-wise streaming approach (#12367) 2024-04-09 11:39:18 +02:00
pipeline Modify EL batching to doc-wise streaming approach (#12367) 2024-04-09 11:39:18 +02:00
tests Add distill subcommand (#13431) 2024-04-11 19:33:46 +02:00
tokens Typing fixes 2024-01-24 12:20:01 +01:00
training Typing fixes 2024-01-24 12:20:01 +01:00
__init__.pxd * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
__init__.py Revert "Load the cli module lazily for spacy.info (#12962)" 2023-10-04 12:33:33 +02:00
__main__.py Tidy up 2020-06-22 00:45:40 +02:00
about.py Set version to v4.0.0.dev2 (#13269) 2024-01-25 12:54:23 +01:00
attrs.pxd merge fixes (2) 2023-07-19 16:38:37 +02:00
attrs.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
compat.py No need for Literal compat, since we only support >= 3.8 2023-12-21 09:47:38 +01:00
default_config_distillation.cfg Add the configuration schema for distillation (#12201) 2023-01-31 13:06:02 +01:00
default_config_pretraining.cfg Add new parameter for saving every n epoch in pretraining (#8912) 2021-08-12 11:14:48 +02:00
default_config.cfg Support registered vectors (#12492) 2023-08-01 15:46:08 +02:00
errors.py Modify EL batching to doc-wise streaming approach (#12367) 2024-04-09 11:39:18 +02:00
glossary.py isort all the things 2023-06-26 11:41:03 +02:00
language.py Merge pull request #13299 from danieldk/copy/master 2024-02-04 15:40:55 +01:00
lexeme.pxd isort all the things 2023-06-26 11:41:03 +02:00
lexeme.pyi isort all the things 2023-06-26 11:41:03 +02:00
lexeme.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
lookups.py Recommend lookups tables from URLs or other loaders (#12283) 2023-07-31 15:54:35 +02:00
morphology.pxd ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
morphology.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
parts_of_speech.pxd cython fixes and cleanup 2023-07-19 17:41:29 +02:00
parts_of_speech.pyx Add profile=False to currently unprofiled cython 2023-09-28 17:09:41 +02:00
pipe_analysis.py isort all the things 2023-06-26 11:41:03 +02:00
py.typed Add py.typed 2021-03-16 09:48:31 +01:00
schemas.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
scorer.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
strings.pxd isort all the things 2023-06-26 11:41:03 +02:00
strings.pyi isort all the things 2023-06-26 11:41:03 +02:00
strings.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
structs.pxd Merge branch 'upstream_master' into sync_v4 2023-07-19 16:37:31 +02:00
symbols.pxd Merge branch 'upstream_master' into sync_v4 2023-07-19 16:37:31 +02:00
symbols.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
tokenizer.pxd Merge branch 'upstream_master' into sync_v4 2023-07-19 16:37:31 +02:00
tokenizer.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
ty.py isort all the things 2023-06-26 11:41:03 +02:00
typedefs.pxd isort all the things 2023-06-26 11:41:03 +02:00
typedefs.pyx Add profile=False to currently unprofiled cython 2023-09-28 17:09:41 +02:00
util.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
vectors.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
vocab.pxd ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
vocab.pyi isort all the things 2023-06-26 11:41:03 +02:00
vocab.pyx Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00