-
Notifications
You must be signed in to change notification settings - Fork 462
model: add ListConRanker model #2742
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
model: add ListConRanker model #2742
Conversation
@Samoed Hi! I've updated the implementation of ListConRanker. It can now automatically load models via |
@Samoed Hi, I changed the release date back to 2024-12-11. And I added information about the training datasets. However, some of the training datasets haven’t been released on Hugging Face or MTEB (i.e., cMedQAv1, cMedQAv2, MARC, and CSL). Is it acceptable to add them in this way? |
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.
I think you can update datasets like this
@Samoed Done, thanks! |
I've linted your code. Now CI should pass |
Adding the ListConRanker model discussed in #2584
fixes #2584
Since ListConRanker is a model with a new architecture, it does not support direct loading using the
transformers
library. We recommend cloning the open-source model and then loading it locally. We have shown an example below and at the top of the code.Checklist