From dbaecb46f6311bffaa41d9d26fda347c844090b1 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sun, 20 Jul 2025 10:21:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(belle=5Fsft):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=89=93=E5=8D=B0=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- belle_sft.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/belle_sft.py b/belle_sft.py index 8818f4a..c783072 100644 --- a/belle_sft.py +++ b/belle_sft.py @@ -25,7 +25,6 @@ def process_func(input_dict: dict): content = { "text": build_prompt(None, examples) } - print(content) return content @@ -34,6 +33,5 @@ if __name__ == "__main__": process_dataset( dataset_dict=dataset, output_subdir="belle_sft", - chunk_size=5, process_func=process_func, ) \ No newline at end of file