UNPKG

@huggingface/tasks

Version:
15 lines (14 loc) 393 B
{ "$id": "/inference/schemas/text2text-generation/output.json", "$schema": "http://json-schema.org/draft-06/schema#", "description": "Outputs of inference for the Text2text Generation task", "title": "Text2TextGenerationOutput", "type": "object", "properties": { "generated_text": { "type": "string", "description": "The generated text." } }, "required": ["generatedText"] }