mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Correct distribution shifts for new models
This commit is contained in:
parent
88d03c56ab
commit
a1caac9bfb
@ -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…
Reference in New Issue
Block a user