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

noystl
/
recomb-pred-bge-large-en

Sentence Similarity
sentence-transformers
Safetensors
English
bert
feature-extraction
Generated from Trainer
dataset_size:784827
loss:ContrastiveLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use noystl/recomb-pred-bge-large-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use noystl/recomb-pred-bge-large-en with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("noystl/recomb-pred-bge-large-en")
    
    sentences = [
        "Represent this sentence for searching relevant passages: Existing methods for anomaly detection on dynamic graphs struggle with capturing complex time information in graph structures and generating effective negative samples for unsupervised learning. These challenges highlight the need for improved methodologies that can address the limitations of current approaches in this field.We suggest combining 'a message-passing framework' and ",
        "a single global model",
        "videos",
        "sequential polygon generation"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Update model card metadata and add links to project page and code repository

#1 opened about 1 year ago by
nielsr
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs