issues
search
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
[mieb] Fix VLM2vec dtype
#1462
Closed
isaac-chung
closed
4 days ago
isaac-chung
commented
1 week ago
Fixes #1377 and #1457
Propagates torch dtype for remote code implementations
implements handling list of PIL images in the fust_embeddings method
cc @Muennighoff
Checklist
[x] Run tests locally to make sure nothing is broken using
make test
.
[x] Run the formatter to format the code using
make lint
.
Fixes #1377 and #1457
cc @Muennighoff
Checklist
make test
.make lint
.