cpt core 4
Browse files
scripts/cpt_core_model_4.py
CHANGED
@@ -111,7 +111,7 @@ trainer = UnslothTrainer(
|
|
111 |
bf16=is_bfloat16_supported(),
|
112 |
logging_steps=1,
|
113 |
# optim='adamw_8bit',
|
114 |
-
optim='
|
115 |
weight_decay=0.01,
|
116 |
lr_scheduler_type='cosine',
|
117 |
seed=23,
|
|
|
111 |
bf16=is_bfloat16_supported(),
|
112 |
logging_steps=1,
|
113 |
# optim='adamw_8bit',
|
114 |
+
optim='adamw_torch_fused',
|
115 |
weight_decay=0.01,
|
116 |
lr_scheduler_type='cosine',
|
117 |
seed=23,
|