Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Apr 11, 2024
1 parent 842bbea commit 06ecd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ typical use case for distillation is to extract a smaller, more performant model
from a larger high-accuracy model. Since distillation uses the activations of
the teacher, distillation can be performed on a corpus of raw text without (gold
standard) annotations. A development set of gold annotations _is_ needed to
evaluate the distilled model on during distillation.
evaluate the student pipeline on during distillation.
`distill` will save out the best performing pipeline across all epochs, as well
as the final pipeline. The `--code` argument can be used to provide a Python
Expand Down

0 comments on commit 06ecd08

Please sign in to comment.