Skip to content

Commit 0016f34

Browse files
committed
Updated docs
1 parent baad681 commit 0016f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ m2v_model = distill(model_name="BAAI/bge-base-en-v1.5", pca_dims=256)
8888
m2v_model.save_pretrained("m2v_model")
8989
```
9090

91-
For advanced usage, see our [distillation docs](https://minish.ai/packages/model2vec/distillation). After distillation, you can also fine-tune your own classification models on top of the distilled model, or on a pre-trained model. First, make sure you install the `training` extras with:
91+
For advanced usage, see our [distillation docs](https://minish.ai/packages/model2vec/distillation), which includes some [distillation best practices](https://minish.ai/packages/model2vec/distillation#distillation-best-practices). After distillation, you can also fine-tune your own classification models on top of the distilled model, or on a pre-trained model. First, make sure you install the `training` extras with:
9292

9393
```bash
9494
pip install model2vec[train]

0 commit comments

Comments
 (0)