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 /eval
691 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
azza1625's picture
azza1625
Upload folder using huggingface_hub
4a3da0d verified 21 days ago
  • Information-Retrieval_evaluation_val_scenario2_results.csv
    691 Bytes
    Upload folder using huggingface_hub 21 days ago