@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
12 lines (11 loc) • 374 B
JSON
{
"$id": "/inference/schemas/text-classification/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Outputs of inference for the Text Classification task",
"title": "TextClassificationOutput",
"type": "array",
"items": {
"type": "object",
"$ref": "/inference/schemas/common-definitions.json#/definitions/ClassificationOutput"
}
}