diff --git a/docs/source/dataset_formats.mdx b/docs/source/dataset_formats.mdx index fa69ff1e32..4944b1a9b1 100644 --- a/docs/source/dataset_formats.mdx +++ b/docs/source/dataset_formats.mdx @@ -200,6 +200,7 @@ Choosing the right dataset format depends on the task you are working on and the | [`BCOTrainer`] | [Unpaired preference](#unpaired-preference) | | [`CPOTrainer`] | [Preference (explicit prompt recommended)](#preference) | | [`DPOTrainer`] | [Preference (explicit prompt recommended)](#preference) | +| [`GKDTrainer`] | [Prompt-completion](#prompt-completion) | | [`IterativeSFTTrainer`] | [Unpaired preference](#unpaired-preference) | | [`KTOTrainer`] | [Unpaired preference](#unpaired-preference) | | [`NashMDTrainer`] | [Prompt-only](#prompt-only) |