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
llamafactory
model_name_or_path: path_to_Qwen2-7B-Instruct
stage: sft do_train: true finetuning_type: full deepspeed: examples/deepspeed/ds_z3_config.json
dataset: alpaca_data_en_52k template: qwen cutoff_len: 1024 max_samples: 1000 overwrite_cache: true preprocessing_num_workers: 16
output_dir: saves/qwen2/full/sft logging_steps: 1 save_steps: 50000 plot_loss: true overwrite_output_dir: true
per_device_train_batch_size: 1 gradient_accumulation_steps: 2 learning_rate: 1.0e-5 max_steps: 1000 #num_train_epochs: 3.0 lr_scheduler_type: cosine warmup_ratio: 0.1 fp16: true ddp_timeout: 180000000
val_size: 0.1 per_device_eval_batch_size: 1 eval_strategy: steps eval_steps: 500
【感谢查看】
No response
The text was updated successfully, but these errors were encountered:
1bbd49f
fixed
Sorry, something went wrong.
No branches or pull requests
Reminder
System Info
llamafactory
version: 0.8.4.dev0Reproduction
model
model_name_or_path: path_to_Qwen2-7B-Instruct
method
stage: sft
do_train: true
finetuning_type: full
deepspeed: examples/deepspeed/ds_z3_config.json
dataset
dataset: alpaca_data_en_52k
template: qwen
cutoff_len: 1024
max_samples: 1000
overwrite_cache: true
preprocessing_num_workers: 16
output
output_dir: saves/qwen2/full/sft
logging_steps: 1
save_steps: 50000
plot_loss: true
overwrite_output_dir: true
train
per_device_train_batch_size: 1
gradient_accumulation_steps: 2
learning_rate: 1.0e-5
max_steps: 1000
#num_train_epochs: 3.0
lr_scheduler_type: cosine
warmup_ratio: 0.1
fp16: true
ddp_timeout: 180000000
eval
val_size: 0.1
per_device_eval_batch_size: 1
eval_strategy: steps
eval_steps: 500
Expected behavior
【感谢查看】
Others
No response
The text was updated successfully, but these errors were encountered: