xxxiu

Results 1 issues of xxxiu

**Describe the bug** 我的kto格式的数据集是这样的 ![image](https://github.com/user-attachments/assets/6578ad83-1484-4aa8-9655-9a1c1b38ce55) 这是我的执行命令: #!/bin/bash source activate swift CUDA_VISIBLE_DEVICES=0 \ swift rlhf \ --rlhf_type kto \ --model_id_or_path /root/autodl-tmp/Qwen2-7B-Chat \ --model_type qwen2-7b-instruct \ --beta 0.1 \ --desirable_weight 1.0 \...