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-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use michaelfeil/ct2fast-e5-small-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("michaelfeil/ct2fast-e5-small-v2") 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-v2 ctranslate fp16 weights de13776
Upload intfloat/e5-small-v2 ctranslate fp16 weights d05233a
Upload intfloat/e5-small-v2 ctranslate fp16 weights 0e1dc38
Upload intfloat/e5-small-v2 ctranslate fp16 weights 6e21974
Upload intfloat/e5-small-v2 ctranslate fp16 weights 34b00ef
Upload intfloat/e5-small-v2 ctranslate fp16 weights 9172545
Upload intfloat/e5-small-v2 ctranslate fp16 weights 406252b
Upload intfloat/e5-small-v2 ctranslate fp16 weights 69c3f41
Upload intfloat/e5-small-v2 ctranslate fp16 weights 2a53b15
Upload intfloat/e5-small-v2 ctranslate fp16 weights 0b1536a
Upload intfloat/e5-small-v2 ctranslate fp16 weights a682aed
Upload intfloat/e5-small-v2 ctranslate fp16 weights 0249feb
Upload intfloat/e5-small-v2 ctranslate fp16 weights b81617a
Upload intfloat/e5-small-v2 ctranslate fp16 weights 8f9fdfa
Upload intfloat/e5-small-v2 ctranslate fp16 weights 4bada5a
Upload intfloat/e5-small-v2 ctranslate fp16 weights 045e0b3
Upload intfloat/e5-small-v2 ctranslate fp16 weights fb3ee1a
Upload intfloat/e5-small-v2 ctranslate fp16 weights ba46344
Upload intfloat/e5-small-v2 ctranslate fp16 weights 6fa8fcf
Upload intfloat/e5-small-v2 ctranslate fp16 weights 9680a82
Upload intfloat/e5-small-v2 ctranslate fp16 weights 41c5313
Upload intfloat/e5-small-v2 ctranslate fp16 weights 262cea7
Upload intfloat/e5-small-v2 ctranslate fp16 weights 1f7309c
initial commit ad7570d
Michael commited on