spaCy/spacy/cli
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
..
project Restore spacy.cli.project API (#13053) 2023-10-10 15:35:25 +02:00
templates Modify EL batching to doc-wise streaming approach (#12367) 2024-04-09 11:39:18 +02:00
__init__.py Add distill subcommand (#13431) 2024-04-11 19:33:46 +02:00
_util.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
apply.py Always use tqdm with disable=None 2023-09-28 17:12:42 +02:00
assemble.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
benchmark_speed.py add custom code support to CLI speed benchmark (#13247) 2024-01-26 13:29:22 +01:00
convert.py isort all the things 2023-06-26 11:41:03 +02:00
debug_config.py Accept multiple code files in all CLI commands (#12101) 2023-08-01 15:24:02 +02:00
debug_data.py Remove debug data normalization for span analysis (#13203) 2024-02-06 14:14:55 +01:00
debug_diff.py isort all the things 2023-06-26 11:41:03 +02:00
debug_model.py isort all the things 2023-06-26 11:41:03 +02:00
distill.py Add distill subcommand (#13431) 2024-04-11 19:33:46 +02:00
download.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
evaluate.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
find_function.py Add cli for finding locations of registered func (#12757) 2023-07-31 09:39:00 +02:00
find_threshold.py Tests for CLI app - init config generates train-able config (#12173) 2023-07-31 14:45:04 +02:00
info.py isort all the things 2023-06-26 11:41:03 +02:00
init_config.py isort all the things 2023-06-26 11:41:03 +02:00
init_pipeline.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
package.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
pretrain.py Accept multiple code files in all CLI commands (#12101) 2023-08-01 15:24:02 +02:00
profile.py Always use tqdm with disable=None 2023-09-28 17:12:42 +02:00
train.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
validate.py isort all the things 2023-06-26 11:41:03 +02:00