You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use colbert as recaller and return all top_k docs. However, the recalled docs is less than top_k.
I guess there must be some threshold mechanism, so I tried to set centroid_score_threshold=0.0 in ColBERTConfig, but it still not return the all top_k docs.
How can I achieve this?
The text was updated successfully, but these errors were encountered:
I want to use colbert as recaller and return all top_k docs. However, the recalled docs is less than top_k.
I guess there must be some threshold mechanism, so I tried to set
centroid_score_threshold=0.0
in ColBERTConfig, but it still not return the all top_k docs.How can I achieve this?
The text was updated successfully, but these errors were encountered: