Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

michaelfeil
/
ct2fast-e5-small

Sentence Similarity
sentence-transformers
English
bert
ctranslate2
int8
float16
mteb
Sentence Transformers
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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
ct2fast-e5-small
68.1 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
michaelfeil's picture
michaelfeil
Upload intfloat/e5-small ctranslate2 weights
9af28c3 over 2 years ago
  • .gitattributes
    1.48 kB
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • README.md
    70.1 kB
    Upload intfloat/e5-small ctranslate2 weights over 2 years ago
  • config.json
    796 Bytes
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • model.bin
    66.7 MB
    xet
    Upload intfloat/e5-small ctranslate2 weights over 2 years ago
  • modules.json
    387 Bytes
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • sentence_bert_config.json
    57 Bytes
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • special_tokens_map.json
    112 Bytes
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • tokenizer.json
    466 kB
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • tokenizer_config.json
    362 Bytes
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • vocab.txt
    232 kB
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • vocabulary.json
    390 kB
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago
  • vocabulary.txt
    232 kB
    Upload intfloat/e5-small ctranslate fp16 weights almost 3 years ago