Update 4b.yml
Browse files
4b.yml
CHANGED
|
@@ -57,8 +57,14 @@ wandb_log_model:
|
|
| 57 |
max_grad_norm: 0.2
|
| 58 |
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
gradient_accumulation_steps: 1
|
| 61 |
-
micro_batch_size:
|
| 62 |
num_epochs: 1
|
| 63 |
optimizer: adamw_bnb_8bit
|
| 64 |
lr_scheduler: cosine
|
|
|
|
| 57 |
max_grad_norm: 0.2
|
| 58 |
|
| 59 |
|
| 60 |
+
hub_model_id: NewEden/Smol-pretrain
|
| 61 |
+
hub_strategy: "all_checkpoints"
|
| 62 |
+
push_dataset_to_hub:
|
| 63 |
+
hf_use_auth_token: true
|
| 64 |
+
|
| 65 |
+
|
| 66 |
gradient_accumulation_steps: 1
|
| 67 |
+
micro_batch_size: 8
|
| 68 |
num_epochs: 1
|
| 69 |
optimizer: adamw_bnb_8bit
|
| 70 |
lr_scheduler: cosine
|