cpt core 4
Browse files
scripts/cpt_core_model_4.py
CHANGED
@@ -118,7 +118,7 @@ trainer = UnslothTrainer(
|
|
118 |
output_dir=output_dir,
|
119 |
report_to='wandb',
|
120 |
|
121 |
-
save_steps=
|
122 |
run_name=run_name,
|
123 |
|
124 |
do_eval=True,
|
|
|
118 |
output_dir=output_dir,
|
119 |
report_to='wandb',
|
120 |
|
121 |
+
save_steps=1000,
|
122 |
run_name=run_name,
|
123 |
|
124 |
do_eval=True,
|