From f661858fc4d6c0d2329f5b0c1c965a7fc694c8fc Mon Sep 17 00:00:00 2001 From: xzuyn <16216325+xzuyn@users.noreply.github.com> Date: Fri, 16 May 2025 13:06:58 -0400 Subject: [PATCH] Print dataset name (#2668) [skip ci] --- src/axolotl/utils/data/sft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axolotl/utils/data/sft.py b/src/axolotl/utils/data/sft.py index 5fa0cb60d..6de2d2cf7 100644 --- a/src/axolotl/utils/data/sft.py +++ b/src/axolotl/utils/data/sft.py @@ -484,7 +484,7 @@ def get_dataset_wrapper( } LOG.info( - f"Loading dataset with base_type: {d_base_type} and prompt_style: {d_prompt_style}" + f"Loading dataset: {config_dataset['path']} with base_type: {d_base_type} and prompt_style: {d_prompt_style}" ) if (