Chunngai Ho
Results
2
comments of
Chunngai Ho
Additionally, I could not find the loss calculation code. Could you kindly tell me which file stores the loss calculation code so that I can better understand the calculation process?
> 训练脚本看一下 ``` swift sft \ --model Qwen2___5-7B-Instruct \ --train_type lora \ --metric scoring_metrics \ --output_dir ${dp_out} \ --add_version false \ --num_train_epochs 3 \ --per_device_train_batch_size 1 \ --per_device_eval_batch_size 1 \...