embeddings-benchmark / mteb

MTEB: Massive Text Embedding Benchmark
https://arxiv.org/abs/2210.07316
Apache License 2.0
1.97k stars 274 forks source link

Can't load some datasets because of datasets 3.0 #1465

Open Samoed opened 6 days ago

Samoed commented 6 days ago

When I try to download datasets, I get the error ModuleNotFoundError: No module named 'datasets.tasks' or a similar one, because in datasets version 3.0, tasks was deprecated Tasks with errors:

Simple solution would be fix datasets version <3.0, but I'm not sure if it good.

KennethEnevoldsen commented 4 days ago

It is a good temp. fix. A better fix is to re-upload the datasets

KennethEnevoldsen commented 4 days ago

Simple solution would be fix datasets version <3.0, but I'm not sure if it good.

That is a good temp. solution, but not a good long-term one. I think it is the right move right now though