File size: 1,109 Bytes
0e7dbf9 |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
adam_beta1: '0.9'
adam_beta2: '0.999'
assistant_tag: assistant
bf16: 'True'
content_tag: content
cutoff_len: '2048'
dataset: allenai/tulu-3-sft-mixture
dataset_dir: ONLINE
ddp_timeout: '180000000'
deepspeed: /opt/ml/code/zero3.json
do_train: 'True'
enable_liger_kernel: 'False'
eval_strategy: epoch
finetuning_type: full
formatting: sharegpt
global_batch_size: '512'
gradient_accumulation_steps: '2'
gradient_checkpointing: 'True'
hub_model_id: mlfoundations-dev/tulu-3-sft-mixture
learning_rate: 5e-06
logging_steps: '10'
lr_scheduler_type: constant
max_grad_norm: '1'
messages: messages
model_name_or_path: meta-llama/Meta-Llama-3.1-8B
neat_packing: 'True'
num_train_epochs: '3.0'
output_dir: /opt/ml/checkpoints
overwrite_cache: 'True'
overwrite_output_dir: 'True'
packing: 'True'
per_device_train_batch_size: '8'
plot_loss: 'True'
preprocessing_num_workers: '16'
push_to_db: 'True'
push_to_hub: 'True'
report_to: wandb
role_tag: role
run_name: tulu-3-sft-mixture
save_strategy: epoch
stage: sft
template: llama3
user_tag: user
val_size: '0.05'
warmup_ratio: '0.1'
warmup_steps: '1738'
weight_decay: '0.1'
|