Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Rrubaa
/
claim2vec

sentence-transformers
Safetensors
multilingual
xlm-roberta
claim2vec
embedding-model
fact-checking
claim-clustering
semantic-search
misinformation
contrastive-learning
multilingual-nlp
Model card Files Files and versions
xet
Community

Instructions to use Rrubaa/claim2vec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Rrubaa/claim2vec with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Rrubaa/claim2vec")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
claim2vec
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Rrubaa's picture
Rrubaa
Update README.md
863b1ef verified 22 days ago
  • 1_Pooling
    Add new SentenceTransformer model 22 days ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 22 days ago
  • README.md
    2.81 kB
    Update README.md 22 days ago
  • config.json
    685 Bytes
    Add new SentenceTransformer model 22 days ago
  • config_sentence_transformers.json
    296 Bytes
    Add new SentenceTransformer model 22 days ago
  • model.safetensors
    2.27 GB
    xet
    Add new SentenceTransformer model 22 days ago
  • modules.json
    368 Bytes
    Add new SentenceTransformer model 22 days ago
  • sentence_bert_config.json
    60 Bytes
    Add new SentenceTransformer model 22 days ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add new SentenceTransformer model 22 days ago
  • special_tokens_map.json
    1.02 kB
    Add new SentenceTransformer model 22 days ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 22 days ago
  • tokenizer_config.json
    1.46 kB
    Add new SentenceTransformer model 22 days ago