suohayibo / hyperparameters.yaml
zh-liu799's picture
Upload hyperparameters.yaml with huggingface_hub
0b10a71 verified
raw
history blame contribute delete
566 Bytes
checkpoint_dir: /mnt/home/xiezhifei/projects/zh/checkpoint/stage1_paskale2e/qwen-2.5-3B
out_dir: /data/zihang/paskal/checkpoint/stage_bs_48_clip_1/0825_bs64_step_25000
devices: 8
num_nodes: 1
resume: false
train:
save_interval: 1000
log_interval: 3
global_batch_size: 64
micro_batch_size: 2
lr_warmup_steps: 1
epochs: 4
max_seq_length: 4096
min_lr: 6.0e-05
eval:
interval: 400
max_new_tokens: 2000
max_iters: 500
initial_validation: true
final_validation: true
evaluate_example: first
optimizer: AdamW
logger_name: tensorboard
seed: 1337