How to use from the
Use from the
sentence-transformers library
from sentence_transformers import SentenceTransformer

model = SentenceTransformer("olivebradshaw/dummy-model")

sentences = [
    "That is a happy person",
    "That is a happy dog",
    "That is a very happy person",
    "Today is a sunny day"
]
embeddings = model.encode(sentences)

similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [4, 4]

This is the title

This is a subtitle

As titles and subtitles you may want to include: Model Description, Intended use and limitations, How to use, Limitations and bias, Training data, Training procedure, Preprocessing and Evaluation results. Along with anything else that seems relevant.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support