mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
set lr to 1e-5
This commit is contained in:
parent
a6104c2c68
commit
03cefa7f13
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ per_device_train_batch_size: 64
|
|||
per_device_eval_batch_size: 64
|
||||
max_val_samples_per_ds: 50
|
||||
# optim: schedule_free_adamw
|
||||
learning_rate: 0.0001
|
||||
learning_rate: 0.00001
|
||||
# lr_scheduler_type: "constant_with_warmup"
|
||||
neftune_noise_alpha: 1
|
||||
weight_decay: 0.1
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ per_device_train_batch_size: 32
|
|||
per_device_eval_batch_size: 32
|
||||
max_val_samples_per_ds: 20
|
||||
# optim: schedule_free_adamw
|
||||
learning_rate: 0.0001
|
||||
learning_rate: 0.00001
|
||||
# lr_scheduler_type: "constant_with_warmup"
|
||||
neftune_noise_alpha: 1
|
||||
weight_decay: 0.1
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ per_device_train_batch_size: 32
|
|||
per_device_eval_batch_size: 32
|
||||
max_val_samples_per_ds: 20
|
||||
# optim: schedule_free_adamw
|
||||
learning_rate: 0.0001
|
||||
learning_rate: 0.00001
|
||||
# lr_scheduler_type: "constant_with_warmup"
|
||||
neftune_noise_alpha: 1
|
||||
weight_decay: 0.1
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ per_device_train_batch_size: 32
|
|||
per_device_eval_batch_size: 32
|
||||
max_val_samples_per_ds: 20
|
||||
# optim: schedule_free_adamw
|
||||
learning_rate: 0.0001
|
||||
learning_rate: 0.00001
|
||||
# lr_scheduler_type: "constant_with_warmup"
|
||||
neftune_noise_alpha: 1
|
||||
weight_decay: 0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue