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