File size: 722 Bytes
62c989d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
bf16: true
cutoff_len: 1024
dataset: truth_train_0716
dataset_dir: data
ddp_timeout: 180000000
deepspeed: cache/ds_z2_config.json
do_train: true
finetuning_type: full
flash_attn: auto
gradient_accumulation_steps: 8
include_num_input_tokens_seen: true
learning_rate: 5.0e-06
logging_steps: 1
lr_scheduler_type: cosine
max_grad_norm: 1.0
max_samples: 100000
model_name_or_path: meta-llama/Llama-2-7b-chat-hf
num_train_epochs: 5.0
optim: adamw_torch
output_dir: saves/LLaMA2-7B-Chat/full/train_2024-07-16-09-05-28_llama2
packing: false
per_device_train_batch_size: 2
plot_loss: true
preprocessing_num_workers: 16
quantization_method: bitsandbytes
report_to: none
save_steps: 1000
stage: sft
template: llama2
warmup_steps: 10
|