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

Abeshith
/
research-embedding-finetuned

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
dense
Generated from Trainer
dataset_size:1210
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Abeshith/research-embedding-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Abeshith/research-embedding-finetuned with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Abeshith/research-embedding-finetuned")
    
    sentences = [
        "4b94d2486cf7181f8458d2496310f9b2",
        "Surface Disinfection. The patient-care areas in a dental setting become contaminated with bacterial and viral pathogens during patient treatment. Incorporating standard precautions set forth by CDC and OSHA guidelines will reduce the risk of disease transmission. Contaminated environmental surfaces, including clinical contact and housekeeping surfaces, become a reservoir of infectious material with the potential to spread an infection to health-care personnel and patients. Transmission of pathogens can occur by direct or indirect contact of clinical contact surfaces and the hands of health-care personnel. Proper infection control protocol of these surfaces includes cleaning, disinfecting, and the use of barriers to prevent the spread of infectious pathogens. This chapter will provide an overview of the disinfection protocol of environmental surfaces in the dental setting. The topics include the various chemical formulations of hospital disinfectants and their proper use, as well as physical barriers that aim to reduce the degree of contamination in the dental treatment area thus decreasing the probability of cross-infection and disease transmission",
        "scientific",
        "how long does coronavirus remain stable on surfaces?",
        "gegboxgs",
        "16",
        "mteb/trec-covid",
        "biomedical_literature_retrieval"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [8, 8]
  • Notebooks
  • Google Colab
  • Kaggle
research-embedding-finetuned
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Abeshith's picture
Abeshith
Add new SentenceTransformer model
1e673b8 verified 3 months ago
  • 1_Pooling
    Add new SentenceTransformer model 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    120 kB
    Add new SentenceTransformer model 3 months ago
  • config.json
    575 Bytes
    Add new SentenceTransformer model 3 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 3 months ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model 3 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 3 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model 3 months ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 3 months ago
  • tokenizer_config.json
    364 Bytes
    Add new SentenceTransformer model 3 months ago