-
Notifications
You must be signed in to change notification settings - Fork 459
fix: update colpali engine models #2905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update colpali engine models #2905
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @paultltc ! Just to confirm the scores are the same, would you mind running the same model on 1 dataset on this PR and on the main branch to compare?
PR | main | |
---|---|---|
dataset1 | score1 | score 2 |
I fixed 2 main things:
Also, the version of PR vs Main Branch comparison
Current Leaderboard ScoresThe scores vary slightly with the current ones on the leaderboard (might be due to changes in our package or in |
plus I am double checking all revisions to avoid other copy paste errors lol |
Tested them all all good! Benchmarks are running |
@Samoed FYI for when we merge main into v2 branch next. |
process_text
function from colpali engine (replacingprocess_query
)@isaac-chung