Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

juanmcristobal
/
e5-small-v2-mitre

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:11538689
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use juanmcristobal/e5-small-v2-mitre with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use juanmcristobal/e5-small-v2-mitre with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("juanmcristobal/e5-small-v2-mitre")
    
    sentences = [
        "deployment of ValleyRAT alongside additional payloads including keyloggers and cryptocurrency miners that establish persistent access",
        "Adversaries rifle through virtual machine files and host configs seeking content to exfiltrate.",
        "Credential interception happens via keyloggers that record keystrokes, often running unnoticed for extended periods.",
        "Cyber adversaries weaponize existing account credentials to silently infiltrate, persist, and elevate privileges across enterprise systems."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
e5-small-v2-mitre
135 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
juanmcristobal's picture
juanmcristobal
Upload BEST_mitre_mean_hit1 model
a039631 verified 5 months ago
  • 1_Pooling
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    543 kB
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • best_mitre_meta.json
    496 Bytes
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • config.json
    582 Bytes
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • config_sentence_transformers.json
    300 Bytes
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • model.safetensors
    133 MB
    xet
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • modules.json
    349 Bytes
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • special_tokens_map.json
    695 Bytes
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • tokenizer.json
    712 kB
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • tokenizer_config.json
    1.22 kB
    Upload BEST_mitre_mean_hit1 model 5 months ago
  • vocab.txt
    232 kB
    Upload BEST_mitre_mean_hit1 model 5 months ago