Added 5 datasets for audio pair classification#2463
Merged
isaac-chung merged 20 commits intoembeddings-benchmark:maebfrom Jun 8, 2025
Merged
Added 5 datasets for audio pair classification#2463isaac-chung merged 20 commits intoembeddings-benchmark:maebfrom
isaac-chung merged 20 commits intoembeddings-benchmark:maebfrom
Conversation
Contributor
Author
|
Addresses #2461 |
Member
|
Can you use ruff from mteb config? |
added 4 commits
March 31, 2025 23:10
Contributor
Author
|
It got a little messy but I've cleaned it up and the last commit contains all of the relevant changes. |
Contributor
Author
|
For some reason the pre-commit hook edited a bunch of other files so I disabled that for now. Could you please check if this is okay? Thanks for your review! @Samoed |
Member
|
Yes, that this is normal. Maybe there someone used with different ruff version. I will review after merge of #2457 |
Collaborator
|
@kkaitlyn111 I resolved the merge conflicts and linted this branch. The only remaining thing should be the task metadata - right now the following test fails: |
Samoed
reviewed
Apr 4, 2025
mteb/tasks/Audio/AudioPairClassification/eng/VoxPopuliAccent.py
Outdated
Show resolved
Hide resolved
mteb/tasks/Audio/AudioPairClassification/eng/VoxPopuliAccent.py
Outdated
Show resolved
Hide resolved
mteb/tasks/Audio/AudioPairClassification/eng/VoxPopuliAccent.py
Outdated
Show resolved
Hide resolved
Collaborator
|
Results on mteb run -m facebook/wav2vec2-base -t CREMADPairClassification ESC50PairClassification NMSQAPairClassification VocalSoundPairClassification VoxPopuliAccentPairClassificationModel results |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #2459
Code Quality
make lintto maintain consistent style.Documentation
Testing
make test-with-coverage.make testormake test-with-coverageto ensure no existing functionality is broken.Adding datasets checklist
Reason for dataset addition: VocalSound: label indicates if 2 audio clips are the same human sound. VoxPopuliAccent (eng): label indicates if 2 audio clips are spoken with the same variant of English
mteb -m {model_name} -t {task_name}command.sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2intfloat/multilingual-e5-smallself.stratified_subsampling() under dataset_transform()make test.make lint.