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
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ishandotsh's picture
ishandotsh
Trained on openstack, openssh, hdfs
9482b50 verified about 1 year ago
  • 1_Pooling
    Trained on openstack, openssh, hdfs about 1 year ago
  • logs
    Trained on openstack, openssh, hdfs about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    14 kB
    Trained on openstack, openssh, hdfs about 1 year ago
  • config.json
    641 Bytes
    Trained on openstack, openssh, hdfs about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Trained on openstack, openssh, hdfs about 1 year ago
  • model.safetensors
    438 MB
    xet
    Trained on openstack, openssh, hdfs about 1 year ago
  • modules.json
    349 Bytes
    Trained on openstack, openssh, hdfs about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Trained on openstack, openssh, hdfs about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Trained on openstack, openssh, hdfs about 1 year ago
  • tokenizer.json
    711 kB
    Trained on openstack, openssh, hdfs about 1 year ago
  • tokenizer_config.json
    1.62 kB
    Trained on openstack, openssh, hdfs about 1 year ago
  • vocab.txt
    232 kB
    Trained on openstack, openssh, hdfs about 1 year ago