llmp.components.instruction.generation.InstructionGenerator

class llmp.components.instruction.generation.InstructionGenerator(job: JobRecord, debug: bool = False, **kwargs)[source]

Methods

__init__(job[, debug])

generate(*args, **kwargs)

Generate text based on the job and input object.

run()

Run the instruction generation process.

__init__(job: JobRecord, debug: bool = False, **kwargs)
generate(*args, **kwargs)

Generate text based on the job and input object.

run()[source]

Run the instruction generation process.