-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: evaluate arctic v2 models in MTEB(Medical) #66
Merged
KennethEnevoldsen
merged 5 commits into
embeddings-benchmark:main
from
clinia:feat/medical-mteb-arctic-v2
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
b4a70a0
feat: evaluate arctic v2 models in MTEB(Medical)
dbuades e6a73a9
Merge branch 'main' into feat/medical-mteb-arctic-v2
dbuades a817b37
feat: track co2 emissions
dbuades 1fa6b88
feat: new model_meta.json
dbuades 5c4432b
fix: set `use_instructions` to true
dbuades File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...lake-arctic-embed-l-v2.0/edc2df7b6c25794b340229ca082e7c78782e6374/CMedQAv2-reranking.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"dataset_revision": "23d186750531a14a0357ca22cd92d712fd512ea0", | ||
"task_name": "CMedQAv2-reranking", | ||
"mteb_version": "1.23.0", | ||
"scores": { | ||
"test": [ | ||
{ | ||
"map": 0.70069, | ||
"mrr": 0.748533, | ||
"nAUC_map_max": 0.598828, | ||
"nAUC_map_std": 0.31886, | ||
"nAUC_map_diff1": 0.541323, | ||
"nAUC_mrr_max": 0.694851, | ||
"nAUC_mrr_std": 0.382436, | ||
"nAUC_mrr_diff1": 0.634483, | ||
"main_score": 0.70069, | ||
"hf_subset": "default", | ||
"languages": [ | ||
"cmn-Hans" | ||
] | ||
} | ||
] | ||
}, | ||
"evaluation_time": 33.124486207962036, | ||
"kg_co2_emissions": null | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 am a bit sad not to have the co2 usage, but otherwise, this looks fine
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.
Is there any reason why
codecarbon
is currently not enabled by default? I'll modify my script to enable it from now on for new runs.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.
Actually, I'll just run it again with it enabled, it doesn't take long.