What is a training Recipe?
A training recipe is a reusable configuration for running model training. Instead of manually reconfiguring each run, you define a structured setup that specifies:- Which base model to fine-tune
- Which datasets to use (training, validation, test)
- What training method to apply (e.g., FFT or PEFT/LoRA)
- Which hyperparameters to use (learning rate, steps, batch size, etc.)
- Standardize training configurations across teams and projects
- Reproduce results reliably
- Compare experiments with controlled changes
- Iterate quickly by adjusting parameters without redefining the entire setup
Saving & accessing training Recipes
When starting a training run, the Oumi Builder gives you the option to save the configuration as a recipe. You can access it later anytime from the Recipes page. To save a training recipe:- After configuring your inputs, click the
saveicon. - Give your recipe a
Display Nameand clickSave Recipe.