Skip to content

Commit 272c379

Browse files
committed
Fix readme
1 parent d62920e commit 272c379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ vocabulary = ["word1", "word2", "word3"]
108108
model_name = "BAAI/bge-base-en-v1.5"
109109

110110
# Distill the model with the custom vocabulary
111-
m2v_model = distill(model_name=model_name, vocabulary=vocabulary, pca_dims=256)
111+
m2v_model = distill(model_name=model_name, vocabulary=vocabulary, pca_dims=None)
112112

113113
# Save the model
114114
m2v_model.save_pretrained("m2v_model")

0 commit comments

Comments
 (0)