Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
dense
Generated from Trainer
dataset_size:80
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Instructions to use sahithkumar7/mpnet-base-smartbots-iter02-peft 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-peft with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("sahithkumar7/mpnet-base-smartbots-iter02-peft") 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
| *.7z filter=lfs diff=lfs merge=lfs -text | |
| *.arrow filter=lfs diff=lfs merge=lfs -text | |
| *.bin filter=lfs diff=lfs merge=lfs -text | |
| *.bz2 filter=lfs diff=lfs merge=lfs -text | |
| *.ckpt filter=lfs diff=lfs merge=lfs -text | |
| *.ftz filter=lfs diff=lfs merge=lfs -text | |
| *.gz filter=lfs diff=lfs merge=lfs -text | |
| *.h5 filter=lfs diff=lfs merge=lfs -text | |
| *.joblib filter=lfs diff=lfs merge=lfs -text | |
| *.lfs.* filter=lfs diff=lfs merge=lfs -text | |
| *.mlmodel filter=lfs diff=lfs merge=lfs -text | |
| *.model filter=lfs diff=lfs merge=lfs -text | |
| *.msgpack filter=lfs diff=lfs merge=lfs -text | |
| *.npy filter=lfs diff=lfs merge=lfs -text | |
| *.npz filter=lfs diff=lfs merge=lfs -text | |
| *.onnx filter=lfs diff=lfs merge=lfs -text | |
| *.ot filter=lfs diff=lfs merge=lfs -text | |
| *.parquet filter=lfs diff=lfs merge=lfs -text | |
| *.pb filter=lfs diff=lfs merge=lfs -text | |
| *.pickle filter=lfs diff=lfs merge=lfs -text | |
| *.pkl filter=lfs diff=lfs merge=lfs -text | |
| *.pt filter=lfs diff=lfs merge=lfs -text | |
| *.pth filter=lfs diff=lfs merge=lfs -text | |
| *.rar filter=lfs diff=lfs merge=lfs -text | |
| *.safetensors filter=lfs diff=lfs merge=lfs -text | |
| saved_model/**/* filter=lfs diff=lfs merge=lfs -text | |
| *.tar.* filter=lfs diff=lfs merge=lfs -text | |
| *.tar filter=lfs diff=lfs merge=lfs -text | |
| *.tflite filter=lfs diff=lfs merge=lfs -text | |
| *.tgz filter=lfs diff=lfs merge=lfs -text | |
| *.wasm filter=lfs diff=lfs merge=lfs -text | |
| *.xz filter=lfs diff=lfs merge=lfs -text | |
| *.zip filter=lfs diff=lfs merge=lfs -text | |
| *.zst filter=lfs diff=lfs merge=lfs -text | |
| *tfevents* filter=lfs diff=lfs merge=lfs -text | |