Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
Generated from Trainer
dataset_size:7385
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use brilan/procedure-tool-matching_10_epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use brilan/procedure-tool-matching_10_epochs with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("brilan/procedure-tool-matching_10_epochs") sentences = [ "Abuse network protocol to move to other host", "Update older files in the archive and add files that are not already in the archive.", "use to securely connect to remote systems over an insecure network via ssh and provide a secure channel for logging into another computer and executing commands remotely. ", "Get user name and group information along with the respective security identifiers (SID) claims privileges logon identifier (logon ID) for the current user on the local system." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!