Update axolotl_config.yml
Browse files- axolotl_config.yml +1 -0
axolotl_config.yml
CHANGED
@@ -22,6 +22,7 @@ lora_target_linear: true
|
|
22 |
|
23 |
gradient_accumulation_steps: 1
|
24 |
micro_batch_size: 1
|
|
|
25 |
num_epochs: 1
|
26 |
learning_rate: 1e-4
|
27 |
lr_scheduler: cosine
|
|
|
22 |
|
23 |
gradient_accumulation_steps: 1
|
24 |
micro_batch_size: 1
|
25 |
+
batch_size: 1 # 👈 add this line to match batch sizing to data
|
26 |
num_epochs: 1
|
27 |
learning_rate: 1e-4
|
28 |
lr_scheduler: cosine
|