We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不同大小的数据集,如2k、6k,loss都在200step后下降缓慢,请问是哪里设置有问题吗
model_name_or_path: /home/ma-user/work/llama-factory/sft_v8_1019 # CodeQwen1.5-7B
stage: dpo do_train: true finetuning_type: lora lora_target: all pref_beta: 0.1 pref_ftx: 0.1 pref_loss: sigmoid
dataset: dpo_data template: qwen cutoff_len: 4096 max_samples: 30000 overwrite_cache: true preprocessing_num_workers: 16
output_dir: /data/dpo/ logging_steps: 1 save_steps: 200 plot_loss: true overwrite_output_dir: true
per_device_train_batch_size: 1 gradient_accumulation_steps: 8 learning_rate: 5.0e-6 num_train_epochs: 3.0 lr_scheduler_type: cosine warmup_ratio: 0.1 bf16: true ddp_timeout: 180000000 max_steps: 1200
val_size: 0.1 per_device_eval_batch_size: 1 eval_strategy: steps eval_steps: 200
No response
The text was updated successfully, but these errors were encountered:
已经收敛了
Sorry, something went wrong.
No branches or pull requests
Reminder
System Info
不同大小的数据集,如2k、6k,loss都在200step后下降缓慢,请问是哪里设置有问题吗
Reproduction
model
model_name_or_path: /home/ma-user/work/llama-factory/sft_v8_1019 # CodeQwen1.5-7B
method
stage: dpo
do_train: true
finetuning_type: lora
lora_target: all
pref_beta: 0.1
pref_ftx: 0.1
pref_loss: sigmoid
dataset
dataset: dpo_data
template: qwen
cutoff_len: 4096
max_samples: 30000
overwrite_cache: true
preprocessing_num_workers: 16
output
output_dir: /data/dpo/
logging_steps: 1
save_steps: 200
plot_loss: true
overwrite_output_dir: true
train
per_device_train_batch_size: 1
gradient_accumulation_steps: 8
learning_rate: 5.0e-6
num_train_epochs: 3.0
lr_scheduler_type: cosine
warmup_ratio: 0.1
bf16: true
ddp_timeout: 180000000
max_steps: 1200
eval
val_size: 0.1
per_device_eval_batch_size: 1
eval_strategy: steps
eval_steps: 200
Others
No response
The text was updated successfully, but these errors were encountered: