diff --git a/unsloth/tokenizer_utils.py b/unsloth/tokenizer_utils.py index 4c57377884..3d8a517382 100644 --- a/unsloth/tokenizer_utils.py +++ b/unsloth/tokenizer_utils.py @@ -961,7 +961,7 @@ def patch_sft_trainer_tokenizer(): if len(replacer) == 0: continue replacer = replacer[0] print("====") - print(check_text) + print(replacer) print("====") function = function.replace(replacer, replacer + check_text) else: