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

azza1625
/
counter-argument-retrieval

Sentence Similarity
sentence-transformers
Safetensors
English
feature-extraction
argument-mining
counter-argument-retrieval
debate
information-retrieval
Model card Files Files and versions
xet
Community

Instructions to use azza1625/counter-argument-retrieval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use azza1625/counter-argument-retrieval with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("azza1625/counter-argument-retrieval")
    
    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
counter-argument-retrieval / biencoder_scenario2
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
azza1625's picture
azza1625
Upload folder using huggingface_hub
4a3da0d verified 21 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 21 days ago
  • eval
    Upload folder using huggingface_hub 21 days ago
  • README.md
    25.8 kB
    Upload folder using huggingface_hub 21 days ago
  • config.json
    575 Bytes
    Upload folder using huggingface_hub 21 days ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 21 days ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 21 days ago
  • modules.json
    429 Bytes
    Upload folder using huggingface_hub 21 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload folder using huggingface_hub 21 days ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 21 days ago
  • tokenizer_config.json
    585 Bytes
    Upload folder using huggingface_hub 21 days ago