Dataset from adaptive_harmony.parameters in your recipe’s InputConfig class.
You can then load it in your recipe as a list of StringThread objects by calling await dataset.load(ctx).
Load a dataset
First, define your dataset in your recipe’s input config:load method on the dataset:
with_weight_last_assistant_turn() is applied automatically: only the final assistant turn contributes to the training loss. See Turn weights for more details and how to override this behavior.
Loading from Hugging Face
You can also load datasets directly from Hugging Face in your recipe.adaptive_harmony exposes helper methods to convert arbitrary datasets into a list of StringThread objects by allowing you to specify the column in the original dataset that contains chat messages.

