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

as9122
/
bge-large-stance-mixed

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
Generated from Trainer
dataset_size:31800
loss:MultipleNegativesRankingLoss
Model card Files Files and versions
xet
Community

Instructions to use as9122/bge-large-stance-mixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use as9122/bge-large-stance-mixed with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("as9122/bge-large-stance-mixed")
    
    sentences = [
        "Instruct: Search for texts invalidating\nQuery: Artificial intelligence will ultimately enhance human creativity rather than replace it.",
        "The claim is essentially true because Toyota's brand reputation has become synonymous with quality and dependability, making it the default 'best' choice for the majority of pragmatic car buyers worldwide.",
        "The infinite and effortless generation of content by AI will lead to market saturation and a profound devaluation of all creative work, discouraging humans from engaging in the difficult creative process and thus replacing a vibrant creative culture with one of passive consumption.",
        "Search for texts invalidating",
        "Artificial intelligence will ultimately enhance human creativity rather than replace it."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [5, 5]
  • Notebooks
  • Google Colab
  • Kaggle
bge-large-stance-mixed
57.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
as9122's picture
as9122
Initial model upload: Stance-aware retrieval adapter
cc6571b verified 3 days ago
  • 1_Pooling
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    34.9 kB
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • adapter_config.json
    1.01 kB
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • adapter_model.safetensors
    56.9 MB
    xet
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • config_sentence_transformers.json
    282 Bytes
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • modules.json
    429 Bytes
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • sentence_bert_config.json
    241 Bytes
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • tokenizer.json
    712 kB
    Initial model upload: Stance-aware retrieval adapter 3 days ago
  • tokenizer_config.json
    414 Bytes
    Initial model upload: Stance-aware retrieval adapter 3 days ago