mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Correct distribution shifts for new models
This commit is contained in:
parent
88d03c56ab
commit
a1caac9bfb
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ impl EmbeddingModel {
|
||||||
Some(DistributionShift { current_mean: 0.90, current_sigma: 0.08 })
|
Some(DistributionShift { current_mean: 0.90, current_sigma: 0.08 })
|
||||||
}
|
}
|
||||||
EmbeddingModel::TextEmbedding3Large => {
|
EmbeddingModel::TextEmbedding3Large => {
|
||||||
Some(DistributionShift { current_mean: 0.90, current_sigma: 0.08 })
|
Some(DistributionShift { current_mean: 0.70, current_sigma: 0.1 })
|
||||||
}
|
}
|
||||||
EmbeddingModel::TextEmbedding3Small => {
|
EmbeddingModel::TextEmbedding3Small => {
|
||||||
Some(DistributionShift { current_mean: 0.90, current_sigma: 0.08 })
|
Some(DistributionShift { current_mean: 0.75, current_sigma: 0.1 })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue