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

  • Log In
  • Sign Up

sahithkumar7
/
mpnet-base-smartbots-iter02

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
dense
Generated from Trainer
dataset_size:80
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use sahithkumar7/mpnet-base-smartbots-iter02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use sahithkumar7/mpnet-base-smartbots-iter02 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("sahithkumar7/mpnet-base-smartbots-iter02")
    
    sentences = [
        "How many different active substances were detected in surface water across all catchment areas?",
        "metabolites were not detected in the water bodies.\n2.1.1. Antibiotics/Enzyme-Inhibitors and\nAbacavir in Surface-Water\nFifty detections were found in all catchment areas in surface water, which corresponds to 15 different active substances:\n12 antibiotics, two enzyme inhibitors, and one antiviral. The number of detections per sampling station ranged from 0 to 7\ndifferent active substances. The Ave river-Prazins (Santo Tirso) and Serzedelo I and II (Guimar ã es) as well as Ria\nFormosa-coastal water (Faro and Olh ã o), each one with two sampling sites, showed the most detected compounds in",
        "2. Results\n2.1. Frequency of Detections:\nAntibiotics/Enzyme-Inhibitors and Abacavir\nin Surface-Groundwater\nDuring the screening framework beyond the antibiotics/enzyme-inhibitors, the antiviral abacavir was detected. Therefore,\ngiven the relevance of this compound, it was included in the present study. Although enzyme inhibitors belong to the\nantibiotic group, their specific pharmacological properties and detection were sorted apart. In the present study, antibiotic\nmetabolites were not detected in the water bodies.\n2.1.1. Antibiotics/Enzyme-Inhibitors and\nAbacavir in Surface-Water",
        "surface water. The relatively higher detection of substances downstream of the effluent discharge points compared with a\nlow detection in upstream samples could be attributed to the low efficiency in urban wastewater treatment plants or\nagricultural pressure. The environmental impact is more critical due to active substances in drinking water or premix\nmedicated feeds in the veterinary site.\nFurthermore, the detection of substances of exclusive human use (abacavir, tazobactam and cilastatin) prove the weak"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
mpnet-base-smartbots-iter02
3.36 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sahithkumar7's picture
sahithkumar7
Add new SentenceTransformer model
95e0e65 verified 10 months ago
  • 1_Pooling
    Add new SentenceTransformer model 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    36.8 kB
    Add new SentenceTransformer model 10 months ago
  • adapter_config.json
    732 Bytes
    Add new SentenceTransformer model 10 months ago
  • adapter_model.safetensors
    2.37 MB
    xet
    Add new SentenceTransformer model 10 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 10 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 10 months ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model 10 months ago
  • special_tokens_map.json
    962 Bytes
    Add new SentenceTransformer model 10 months ago
  • tokenizer.json
    711 kB
    Add new SentenceTransformer model 10 months ago
  • tokenizer_config.json
    1.42 kB
    Add new SentenceTransformer model 10 months ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model 10 months ago