We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fe994 commit 794d27eCopy full SHA for 794d27e
1 file changed
model2vec/distill/distillation.py
@@ -91,7 +91,7 @@ def distill_from_model(
91
# Remove the post processor, this is not necessary.
92
tokenizer_model.post_processor = None
93
# Prune again now that the post processor is gone.
94
- # We can't do this before because we need the post preocessor and associated
+ # We can't do this before because we need the post processor and associated
95
# tokens before to add eos/bos.
96
tokenizer_model = tokenizer_model.prune_added_tokens()
97
0 commit comments