@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
13 lines (12 loc) • 406 B
JSON
{
"$id": "/inference/schemas/sentence-similarity/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "SentenceSimilarityOutput",
"description": "Outputs of inference for the Sentence Similarity task",
"type": "array",
"items": {
"description": "The associated similarity score for each of the given sentences",
"type": "number",
"title": "SentenceSimilarityScore"
}
}