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
6
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.