-
Notifications
You must be signed in to change notification settings - Fork 304
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
[v2] Refactor retrieval #1750
base: v2.0.0
Are you sure you want to change the base?
[v2] Refactor retrieval #1750
Conversation
# Conflicts: # mteb/abstasks/AbsTaskRetrieval.py # mteb/models/salesforce_models.py
@KennethEnevoldsen @orionw Can you review PR, please? I'll run tasks to compare results |
Results for
|
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.
Do you mind also checking the instruction tasks just to verify? InstructIR
is pretty fast for InstructionRetrieval and then something like FollowIR
or mFollowIR
for reranking instructions.
Looks good though, thanks for a great PR!
@@ -501,49 +512,6 @@ def convert_conv_history_to_query( | |||
return convert_conv_history_to_query(conversations) # type: ignore | |||
|
|||
|
|||
class DRESModel: |
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.
Glad to finally have this removed!
Results for
|
# Conflicts: # mteb/models/salesforce_models.py
170b5e9
to
e1f6fbf
Compare
Checklist
Run tests locally to make sure nothing is broken using
make test
.Run the formatter to format the code using
make lint
.Removed
DRESModel
Removed work with files in
HFDataLoader
and left only HF repo