Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Sentence Embeddings Model

This model uses SentenceTransformer with the all-MiniLM-L6-v2 pre-trained model to generate sentence embeddings.

API Endpoint

POST /models/{model_id}

Request Format

{
    "inputs": {
        "source_sentence": "string",
        "sentences": ["string", "string", ...]
    }
}
Downloads last month
2
Inference API
Unable to determine this model's library. Check the docs .