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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

willchen0011
/
SecEBL

Sentence Similarity
sentence-transformers
Joblib
Safetensors
modernbert
security
intrusion-detection
behavior-analytics
intent-recognition
linux
kubernetes
audit-log
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use willchen0011/SecEBL with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("willchen0011/SecEBL")
    
    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
SecEBL
610 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
willchen0011's picture
willchen0011
Document K8s public examples in model card
dc9a2f6 about 8 hours ago
  • 1_Pooling
    Update SecEBL model release about 18 hours ago
  • examples
    Add public K8s benchmark examples about 8 hours ago
  • l2_artifacts
    Add public benchmark subset to model card about 8 hours ago
  • schema
    Polish Hugging Face release docs about 15 hours ago
  • .gitattributes
    224 Bytes
    Update SecEBL model release about 18 hours ago
  • LICENSE
    8.86 kB
    Polish Hugging Face release docs about 15 hours ago
  • NOTICE
    958 Bytes
    Add public benchmark subset to model card about 8 hours ago
  • README.md
    20.6 kB
    Document K8s public examples in model card about 8 hours ago
  • config.json
    1.21 kB
    Update SecEBL model release about 18 hours ago
  • config_sentence_transformers.json
    205 Bytes
    Update SecEBL model release about 18 hours ago
  • model.safetensors
    596 MB
    xet
    Update SecEBL model release about 18 hours ago
  • modules.json
    229 Bytes
    Update SecEBL model release about 18 hours ago
  • rev20_tag_rfc.md
    92.1 kB
    Move Rev20 RFC to model root about 8 hours ago
  • semantic_texts.jsonl
    161 kB
    xet
    Update SecEBL model release about 18 hours ago
  • sentence_bert_config.json
    53 Bytes
    Update SecEBL model release about 18 hours ago
  • special_tokens_map.json
    694 Bytes
    Update SecEBL model release about 18 hours ago
  • tokenizer.json
    3.58 MB
    Update SecEBL model release about 18 hours ago
  • tokenizer_config.json
    20.9 kB
    Update SecEBL model release about 18 hours ago