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

  • Log In
  • Sign Up

surajvbangera
/
mediclaim_embedding

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
Generated from Trainer
dataset_size:956
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use surajvbangera/mediclaim_embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("surajvbangera/mediclaim_embedding")
    
    sentences = [
        "Does my insurance policy exclude medical costs for the first 30 days' illness, but cover accident-related claims?",
        "any notice for renewal. \nb.  Renewal shall not be denied on the ground that the insured person had made a claim or claims in the preceding \npolicy years.",
        "• Minimum entry age for proposer/ spouse/ dependent parents  - 18 years\n• Maximum Entry Age for proposer/ spouse/ dependent parents - 80 years\n• Minimum Entry age for dependent Children - 3 months\n• Maximum Entry Age for dependent Children -  25 years",
        "a.  Expenses related to the treatment of any illness within 30 days from the first policy commencement date shall \nbe excluded except claims arising due to an accident, provided the same are covered."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
mediclaim_embedding
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
surajvbangera's picture
surajvbangera
Add new SentenceTransformer model
110a511 verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    35.3 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    622 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    711 kB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.62 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model about 1 year ago