Update model_config.yaml
Browse files- model_config.yaml +2 -2
model_config.yaml
CHANGED
|
@@ -81,7 +81,7 @@ reduce_amax: true
|
|
| 81 |
use_emha: false
|
| 82 |
optim:
|
| 83 |
name: distributed_fused_adam
|
| 84 |
-
lr:
|
| 85 |
weight_decay: 0.1
|
| 86 |
betas:
|
| 87 |
- 0.9
|
|
@@ -90,7 +90,7 @@ optim:
|
|
| 90 |
name: CosineAnnealing
|
| 91 |
warmup_steps: 10
|
| 92 |
constant_steps: 0
|
| 93 |
-
min_lr:
|
| 94 |
bucket_cap_mb: 200
|
| 95 |
overlap_grad_sync: false
|
| 96 |
contiguous_grad_buffer: true
|
|
|
|
| 81 |
use_emha: false
|
| 82 |
optim:
|
| 83 |
name: distributed_fused_adam
|
| 84 |
+
lr: 7.0e-07
|
| 85 |
weight_decay: 0.1
|
| 86 |
betas:
|
| 87 |
- 0.9
|
|
|
|
| 90 |
name: CosineAnnealing
|
| 91 |
warmup_steps: 10
|
| 92 |
constant_steps: 0
|
| 93 |
+
min_lr: 7.0e-07
|
| 94 |
bucket_cap_mb: 200
|
| 95 |
overlap_grad_sync: false
|
| 96 |
contiguous_grad_buffer: true
|