KennethEnevoldsen / scandinavian-embedding-benchmark

A Scandinavian Benchmark for sentence embeddings
https://kennethenevoldsen.github.io/scandinavian-embedding-benchmark/
MIT License
27 stars 3 forks source link

Ensure return type are consistent #152

Closed KennethEnevoldsen closed 8 months ago

KennethEnevoldsen commented 8 months ago

This ensures that we always know that we get a numpy tensor out of the encode method (it still works with a torch tensor).

KennethEnevoldsen commented 8 months ago

superseeded by #153