Conversation
isaac-chung
left a comment
There was a problem hiding this comment.
Dataset doesn't seem to exist. Also, could you please run this and report the scores?
mteb run -m facebook/wav2vec2-base -t AESDD
mteb run -m microsoft/wavlm-base -t AESDD
| "path": "mteb/AESDD", | ||
| "revision": "afbff14d927de14412d8124502313ea6d9d140e0", |
There was a problem hiding this comment.
I was not able to find this dataset. I was only able to find this one.
|
@mina-parham it seems like this PR has gotten stale - do you have the time to finalize it? |
sure I'll try to finalize this |
|
@mina-parham this dataset does not seem to work. |
The error I’m getting on my side is: So even after adding trust_remote_code=True, I’m still getting the same error. |
Have you tried |
related to #2359
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: ...
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.