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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

justOneMoreTestCase
/
insurance-rag-embeddings

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

Instructions to use justOneMoreTestCase/insurance-rag-embeddings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use justOneMoreTestCase/insurance-rag-embeddings with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("justOneMoreTestCase/insurance-rag-embeddings", trust_remote_code=True)
    
    sentences = [
        "How can I contact my LIC agent or nearest branch according to the provided instructions?",
        "Contact your LIC agent or nearest branch or\nvisit our website\nor\nwww.licindia.in\nSMS\nto\n, (e.g. Mumbai.’)\n‘YOUR CITY NAME’\n566773",
        "LIC's JEEVAN AROGYA (UIN: 512N266V02)\n(A Non-linked, Non-Parcipang,\nIndividual, Health Insurance Plan)\nLIC's Jeevan Arogya is a unique non-parcipang non-linked plan which provides\nhealth insurance cover against certain specified health risks and provides you with\nmely support in case of medical emergencies and helps you and your family remain\nfinanciallyindependentindifficultmes.\nHealth has been a major concern on everybody's mind, including yours. In these days\nofskyrockengmedicalexpenses,whenafamilymemberisill,itisatraumacmefor\nthe rest of the family. As a caring person, you do not want to let any unfortunate\nincident to affect your plans for you and your family. So why let any medical\nemergenciessha eryourpeaceofmind.",
        "Contact your LIC agent or nearest branch or\nvisit our website\nor\nwww.licindia.in\nSMS\nto\n, (e.g. Mumbai.’)\n‘YOUR CITY NAME’\n566773"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
insurance-rag-embeddings
548 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
justOneMoreTestCase's picture
justOneMoreTestCase
Upload folder using huggingface_hub
fe99039 verified about 1 month ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 month ago
  • eval
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    30.6 kB
    Upload folder using huggingface_hub about 1 month ago
  • config.json
    2.43 kB
    Upload folder using huggingface_hub about 1 month ago
  • config_sentence_transformers.json
    281 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • configuration_hf_nomic_bert.py
    1.96 kB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    547 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modeling_hf_nomic_bert.py
    104 kB
    Upload folder using huggingface_hub about 1 month ago
  • modules.json
    277 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • sentence_bert_config.json
    241 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    367 Bytes
    Upload folder using huggingface_hub about 1 month ago