Sentence Similarity
sentence-transformers
English
bert
ctranslate2
int8
float16
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Instructions to use michaelfeil/ct2fast-e5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use michaelfeil/ct2fast-e5-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("michaelfeil/ct2fast-e5-small") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Commit History
Upload intfloat/e5-small ctranslate fp16 weights 0b81b1e
Upload intfloat/e5-small ctranslate fp16 weights 065d531
Upload intfloat/e5-small ctranslate fp16 weights 0fdc00f
Upload intfloat/e5-small ctranslate fp16 weights 2537f4a
Upload intfloat/e5-small ctranslate fp16 weights 515fb9b
Upload intfloat/e5-small ctranslate fp16 weights 5de1236
Upload intfloat/e5-small ctranslate fp16 weights ac4c16d
Upload intfloat/e5-small ctranslate fp16 weights 91f73f2
Upload intfloat/e5-small ctranslate fp16 weights e717a60
Upload intfloat/e5-small ctranslate fp16 weights 38ad519
Upload intfloat/e5-small ctranslate fp16 weights 14006c8
initial commit a58dace
Michael commited on