Files
pythia410m-sft-tldr/code/configs/sft_pythia410m_fp16_loralinear_4V100.yml
ModelHub XC 4bb3a5553f 初始化项目,由ModelHub XC社区提供模型
Model: mnoukhov/pythia410m-sft-tldr
Source: Original Platform
2026-05-30 14:21:21 +08:00

22 lines
456 B
YAML

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
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
use_peft: True
lora_all_linear: True
lora_r: 8
lora_alpha: 32