@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
11 lines (10 loc) • 385 B
JSON
{
"$id": "/inference/schemas/zero-shot-image-classification/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Outputs of inference for the Zero Shot Image Classification task",
"title": "ZeroShotImageClassificationOutput",
"type": "array",
"items": {
"$ref": "/inference/schemas/common-definitions.json#/definitions/ClassificationOutput"
}
}