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

Final-year-grp24
/
bge-log-embeddings

Sentence Similarity
sentence-transformers
Safetensors
English
bert
log-analysis
anomaly-detection
embeddings
bge
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Final-year-grp24/bge-log-embeddings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Final-year-grp24/bge-log-embeddings with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Final-year-grp24/bge-log-embeddings")
    
    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
bge-log-embeddings
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Swapnanil09's picture
Swapnanil09
Upload README.md with huggingface_hub
d385d91 verified 3 months ago
  • 1_Pooling
    Add new SentenceTransformer model 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.01 kB
    Upload README.md with huggingface_hub 3 months ago
  • config.json
    824 Bytes
    Add new SentenceTransformer model 3 months ago
  • config_sentence_transformers.json
    282 Bytes
    Add new SentenceTransformer model 3 months ago
  • model.safetensors
    1.34 GB
    xet
    Add new SentenceTransformer model 3 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 3 months ago
  • sentence_bert_config.json
    56 Bytes
    Add new SentenceTransformer model 3 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 3 months ago
  • tokenizer_config.json
    413 Bytes
    Add new SentenceTransformer model 3 months ago