Files
pythia410m-sft-tldr/code/configs/sft_pythia410m_fp16_trainall_3epochs_4V100.yml

19 lines
410 B
YAML
Raw Normal View History

model_name: "EleutherAI/pythia-410m-deduped"
log_with: "wandb"
learning_rate: 1e-5
lr_scheduler_type: cosine
num_warmup_steps: 100
weight_decay: 0.05
load_in_8bit: False
use_peft: False
fp16: True
bf16: False
streaming: False
gradient_checkpointing: False
gradient_accumulation_steps: 1
per_device_train_batch_size: 16
per_device_eval_batch_size: 8
train_completions: False
num_train_epochs: 3
seq_length: 560