Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephantul committed Feb 4, 2025
1 parent dd7f2a7 commit 2a3ecfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model2vec/distill/distillation.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def distill_from_model(
"tokenizer_name": model_name,
"apply_pca": pca_dims,
"apply_zipf": apply_zipf,
"sif_coefficient": sif_coefficient,
"hidden_dim": embeddings.shape[1],
"seq_length": 1000000, # Set this to a high value since we don't have a sequence length limit.
}
Expand Down

0 comments on commit 2a3ecfd

Please sign in to comment.