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

  • Log In
  • Sign Up

bachngo
/
intf-e5-small-5t

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use bachngo/intf-e5-small-5t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use bachngo/intf-e5-small-5t with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("bachngo/intf-e5-small-5t")
    
    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
intf-e5-small-5t / eval
2.68 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
bachngo's picture
bachngo
Upload 12 files
b276990 verified over 1 year ago
  • Information-Retrieval_evaluation_results.csv
    2.68 kB
    Upload 12 files over 1 year ago