Sentence Similarity
sentence-transformers
English
bert
ctranslate2
int8
float16
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Instructions to use michaelfeil/ct2fast-e5-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use michaelfeil/ct2fast-e5-large-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("michaelfeil/ct2fast-e5-large-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-large-v2 ctranslate fp16 weights 74c9a41
Upload intfloat/e5-large-v2 ctranslate fp16 weights e279b45
Upload intfloat/e5-large-v2 ctranslate fp16 weights c5e1a69
Upload intfloat/e5-large-v2 ctranslate fp16 weights 331d6bd
Upload intfloat/e5-large-v2 ctranslate fp16 weights 1f8cdd1
Upload intfloat/e5-large-v2 ctranslate fp16 weights 261aec2
Upload intfloat/e5-large-v2 ctranslate fp16 weights d820f62
Upload intfloat/e5-large-v2 ctranslate fp16 weights dec0d8d
Upload intfloat/e5-large-v2 ctranslate fp16 weights 89a3f33
Upload intfloat/e5-large-v2 ctranslate fp16 weights fd3c607
Upload intfloat/e5-large-v2 ctranslate fp16 weights c2c1096
Upload intfloat/e5-large-v2 ctranslate fp16 weights 4d4fac0
Upload intfloat/e5-large-v2 ctranslate fp16 weights 5850772
Upload intfloat/e5-large-v2 ctranslate fp16 weights 9e910dc
Upload intfloat/e5-large-v2 ctranslate fp16 weights d1c73ed
Upload intfloat/e5-large-v2 ctranslate fp16 weights 6a2a1fd
Upload intfloat/e5-large-v2 ctranslate fp16 weights 31dabe4
Upload intfloat/e5-large-v2 ctranslate fp16 weights bb54584
Upload intfloat/e5-large-v2 ctranslate fp16 weights 1586b25
Upload intfloat/e5-large-v2 ctranslate fp16 weights 418f9a8
initial commit 984b81f
Michael commited on