UNPKG

@huggingface/tasks

Version:
13 lines (12 loc) 406 B
{ "$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" } }