Related terms
A Python library for guiding language models to generate structured text that follows specified formats, schemas, or constraints.
JsonformerAn open-source Python library for constrained text generation that enables large language models to produce JSON outputs conforming to a predefined JSON Schema by generating only the content tokens while enforcing the required structure.
Prompt TemplateA reusable prompt structure containing fixed instructions and variable placeholders for generating consistent inputs to an AI model.
TransformersAn open-source Python library by Hugging Face providing pre-trained state-of-the-art transformer models.