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

  • Log In
  • Sign Up

matulichpt
/
radlit-biencoder

Sentence Similarity
sentence-transformers
Safetensors
English
roberta
feature-extraction
retrieval
embeddings
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use matulichpt/radlit-biencoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use matulichpt/radlit-biencoder with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("matulichpt/radlit-biencoder")
    
    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
radlit-biencoder
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
matulichpt's picture
matulichpt
Update README.md
5d27eaf verified 3 months ago
  • 1_Pooling
    Initial model upload with benchmarks 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • LICENSE
    10.9 kB
    Upload folder using huggingface_hub 4 months ago
  • README.md
    12.2 kB
    Update README.md 3 months ago
  • config.json
    687 Bytes
    Initial model upload with benchmarks 4 months ago
  • config_sentence_transformers.json
    309 Bytes
    Initial model upload with benchmarks 4 months ago
  • merges.txt
    456 kB
    Initial model upload with benchmarks 4 months ago
  • model.safetensors
    499 MB
    xet
    Initial model upload with benchmarks 4 months ago
  • modules.json
    242 Bytes
    Initial model upload with benchmarks 4 months ago
  • sentence_bert_config.json
    60 Bytes
    Initial model upload with benchmarks 4 months ago
  • special_tokens_map.json
    1.01 kB
    Initial model upload with benchmarks 4 months ago
  • tokenizer.json
    3.56 MB
    Initial model upload with benchmarks 4 months ago
  • tokenizer_config.json
    1.5 kB
    Initial model upload with benchmarks 4 months ago
  • vocab.json
    798 kB
    Initial model upload with benchmarks 4 months ago