From 1d10971fb52fe3126be4131c4780fc3e8504f955 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sat, 9 Aug 2025 23:09:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor(supervised=5Ffinetuning):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20smoltalk-chinese=20=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E5=A4=84=E7=90=86=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervised_finetuning/sft_small_talk.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supervised_finetuning/sft_small_talk.py b/supervised_finetuning/sft_small_talk.py index 6a79968..a0e9028 100644 --- a/supervised_finetuning/sft_small_talk.py +++ b/supervised_finetuning/sft_small_talk.py @@ -22,9 +22,9 @@ def process_func(input_dict: dict): if __name__ == "__main__": dataset = load_dataset("opencsg/smoltalk-chinese") + process_dataset( dataset_dict=dataset, - output_subdir="Magpie-Pro-300K-sft", - process_func=process_func, - split_name="train_sft", + output_subdir="smoltalk-chinese", + process_func=process_func ) \ No newline at end of file