Update Instruct-4b.yml
Browse files- Instruct-4b.yml +3 -3
Instruct-4b.yml
CHANGED
|
@@ -65,11 +65,11 @@ wandb_log_model:
|
|
| 65 |
|
| 66 |
gradient_accumulation_steps: 4
|
| 67 |
micro_batch_size: 6
|
| 68 |
-
num_epochs:
|
| 69 |
optimizer: adamw_bnb_8bit
|
| 70 |
lr_scheduler: cosine
|
| 71 |
-
learning_rate:
|
| 72 |
-
max_grad_norm:
|
| 73 |
|
| 74 |
train_on_inputs: false
|
| 75 |
group_by_length: false
|
|
|
|
| 65 |
|
| 66 |
gradient_accumulation_steps: 4
|
| 67 |
micro_batch_size: 6
|
| 68 |
+
num_epochs: 2
|
| 69 |
optimizer: adamw_bnb_8bit
|
| 70 |
lr_scheduler: cosine
|
| 71 |
+
learning_rate: 2e-5
|
| 72 |
+
max_grad_norm: 0.2
|
| 73 |
|
| 74 |
train_on_inputs: false
|
| 75 |
group_by_length: false
|