This commit is contained in:
Daniël de Kok 2024-04-11 16:05:28 +02:00
parent 3a1087f654
commit 6bde568047

View File

@ -1739,7 +1739,7 @@ $ python -m spacy distill [teacher_model] [student_config_path] [--output] [--co
| `--verbose`, `-V` | Show more detailed messages during distillation. ~~bool (flag)~~ |
| `--gpu-id`, `-g` | GPU ID or `-1` for CPU. Defaults to `-1`. ~~int (option)~~ |
| `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ |
| **CREATES** | The final trained pipeline and the best trained pipeline. |
| **CREATES** | The final distilled pipeline and the best distilled pipeline. |
## huggingface-hub {id="huggingface-hub",version="3.1"}