CoolFace
Modelpublic

metarank/multilingual-e5-small

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes10downloads
Model Card

ONNX version of intfloat/multilingual-e5-small

This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. The ONNX version of this model is made for the Metarank re-ranker to do semantic similarity.

Check out the main Metarank docs on how to configure it.

TLDR:

yaml
- type: field_match
  name: title_query_match
  rankingField: ranking.query
  itemField: item.title
  distance: cos 
  method:
    type: bi-encoder 
    model: metarank/multilingual-e5-small

License

Apache 2.0