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

  • Log In
  • Sign Up

ishandotsh
/
logembed_a2

Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
mpnet
feature-extraction
Generated from Trainer
dataset_size:33174
loss:TripletLoss
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ishandotsh/logembed_a2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ishandotsh/logembed_a2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ishandotsh/logembed_a2")
    
    sentences = [
        "writeBlock blk_-2025444374149014902 received exception java.io.IOException: Could not read from stream",
        "PAM 5 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=218.65.30.30 user=root",
        "writeBlock blk_5718472814394212827 received exception java.io.IOException: Could not read from stream",
        "Adding an already existing block blk_5697572983288390847"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
logembed_a2 / logs
1.13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ishandotsh's picture
ishandotsh
Trained on openstack, openssh, hdfs
9482b50 verified about 1 year ago
  • events.out.tfevents.1741388101.pc.50318.0
    1.13 kB
    xet
    Trained on openstack, openssh, hdfs about 1 year ago