Data synthesis recipes provide a quick starting point for creating datasets tailored to specific configurations or use cases. Each recipe defines how to generate a custom dataset, making it easy to reuse and adapt across projects.Documentation Index
Fetch the complete documentation index at: https://docs.oumi.ai/llms.txt
Use this file to discover all available pages before exploring further.
WHAT IS A DATA SYNTHESIS RECIPE?
A data synthesis recipe is effectively a synthesis configuration for generating data. Rather than writing static examples by hand, you define structured rules that describe:- What should vary across samples
- How examples should be generated
- Which model should perform generation
- How many samples to create
- Generate large, diverse datasets from compact specifications
- Systematically target failure modes identified during evaluation
- Maintain consistency across generated examples
- Iterate quickly by adjusting attributes instead of rewriting data
ACCESSING & EXECUTING DATA SYNTHESIS RECIPES
You can access and manage all your data synthesis recipes in one location:- Go to the Recipes page.
- Filter on data synthesis recipes by selecting
Synthesisin theTypedrop-down menu. - Click the recipe name to open it in the Builder.
- Click the
Executebutton to run the recipe and start the synthesis job.