Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learning rate for #116 and other small error #117

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions machine/jobs/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ default:
train_params:
do_train: true
optim: adamw_torch
warmup_steps: 4000
warmup_steps: 1000
per_device_train_batch_size: 16
gradient_accumulation_steps: 4
label_smoothing_factor: 0.2
group_by_length: true
gradient_checkpointing: true
lr_scheduler_type: cosine
learning_rate: 0.0002
fp16: true
save_strategy: no
max_steps: 20000
max_steps: 5000
generate_params:
device: 0
num_beams: 2
Expand Down
Loading