UNPKG

@huggingface/tasks

Version:
12 lines (11 loc) 388 B
{ "$id": "/inference/schemas/zero-shot-classification/output.json", "$schema": "http://json-schema.org/draft-06/schema#", "description": "Outputs of inference for the Zero Shot Classification task", "title": "ZeroShotClassificationOutput", "type": "array", "items": { "type": "object", "$ref": "/inference/schemas/common-definitions.json#/definitions/ClassificationOutput" } }