Sentence Similarity
sentence-transformers
Safetensors
multilingual
bert
feature-extraction
dense
Generated from Trainer
dataset_size:74864
loss:CoSENTLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use Antix5/product-embed-multi-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Antix5/product-embed-multi-e5-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Antix5/product-embed-multi-e5-small") sentences = [ "Légumes mijotés Jardinière et haricots blancs", "AMSCAN GOLD PLSTC FORKS | PARTY SUPPLY | 240 CT.", "辣椒酱", "Pizza de verduras brasadas" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!