Summary
Add a Training Configuration card to the Recipe Studio graph as a first-class node type.
A completed dataset generation pipeline can connect directly into this card, which holds a
full training config and launches a training run on the generated output.
Motivation
This card is the first step toward a closed-loop pipeline:
Generate dataset -> Train model -> Benchmark model -> Regenerate dataset -> Benchmark ...
repeat until a target benchmark score is reached
Proposed design
A new node type in the Recipe Studio graph: Train
- Connects downstream of the recipe output node
- Card holds the full training configuration: base model, LoRA rank, epochs, batch size,
learning rate, max seq length, output adapter path
- Dataset source is auto-wired from the upstream recipe output when
artifact_path is set
on the completed run, with an override option for manual control
- When the graph runs, dataset generation completes first, then the training job starts
on the freshly generated output
Data to wire up
- Recipe output:
RecipePayload.run.artifact_path, run.dataset_name, run.output_formats
- Training input:
TrainingConfigState.datasetSource, uploadedFile, dataset, datasetFormat
Summary
Add a Training Configuration card to the Recipe Studio graph as a first-class node type.
A completed dataset generation pipeline can connect directly into this card, which holds a
full training config and launches a training run on the generated output.
Motivation
This card is the first step toward a closed-loop pipeline:
Proposed design
A new node type in the Recipe Studio graph: Train
learning rate, max seq length, output adapter path
artifact_pathis seton the completed run, with an override option for manual control
on the freshly generated output
Data to wire up
RecipePayload.run.artifact_path,run.dataset_name,run.output_formatsTrainingConfigState.datasetSource,uploadedFile,dataset,datasetFormat