PEFT
PyTorch
Safetensors
llama
Generated from Trainer
mtasic85 commited on
Commit
5e20619
·
1 Parent(s): ea1627d

axolotl config

Browse files
Files changed (1) hide show
  1. axolotl-config.yml +2 -1
axolotl-config.yml CHANGED
@@ -38,7 +38,8 @@ wandb_log_model:
38
  gradient_accumulation_steps: 4
39
  micro_batch_size: 2
40
  num_epochs: 3
41
- optimizer: paged_adamw_32bit
 
42
  lr_scheduler: cosine
43
  learning_rate: 0.0002
44
 
 
38
  gradient_accumulation_steps: 4
39
  micro_batch_size: 2
40
  num_epochs: 3
41
+ # optimizer: paged_adamw_32bit
42
+ optimizer: adamw_torch_fused
43
  lr_scheduler: cosine
44
  learning_rate: 0.0002
45