@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
18 lines (17 loc) • 442 B
JSON
{
"$id": "/inference/schemas/<TASK_ID>/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Outputs for <TASK_ID> inference",
"title": "PlaceholderOutput",
"type": "array",
"items": {
"type": "object",
"properties": {
"meaningful_output_name": {
"type": "string",
"description": "TODO: Describe what is outputted by the inference here"
}
},
"required": ["meaningfulOutputName"]
}
}