Skip to content

Commit 794d27e

Browse files
authored
Update model2vec/distill/distillation.py
1 parent f3fe994 commit 794d27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model2vec/distill/distillation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def distill_from_model(
9191
# Remove the post processor, this is not necessary.
9292
tokenizer_model.post_processor = None
9393
# Prune again now that the post processor is gone.
94-
# We can't do this before because we need the post preocessor and associated
94+
# We can't do this before because we need the post processor and associated
9595
# tokens before to add eos/bos.
9696
tokenizer_model = tokenizer_model.prune_added_tokens()
9797

0 commit comments

Comments
 (0)