Sentence Similarity
sentence-transformers
Safetensors
distilbert
feature-extraction
Generated from Trainer
dataset_size:389269
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Instructions to use ashercn97/medical-v003 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use ashercn97/medical-v003 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("ashercn97/medical-v003") sentences = [ "code: 192724", "description: Secondary and unspecified malignant neoplasm of axilla and upper limb lymph nodes", "description: ROD PRE-CUT 4.5X90MM", "description: IODINE MS QN EACH SPEC Injectable Drugs Not on Fee Schedule" ] 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!