"vscode:/vscode.git/clone" did not exist on "15f1c2a5d8031d138ccc9b78cdca3b435b9e4cbc"
ds_batch_config.json 279 Bytes
Newer Older
Samyam Rajbhandari's avatar
Samyam Rajbhandari committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "train_batch_size": 2,
    "gradient_accumulation_steps": 1,
    "optimizer": {
      "type": "Adam",
      "params": {
        "lr": 0.00015,
        "max_grad_norm": 1.0
      }
    },

    "fp16": {
      "enabled": true,
      "loss_scale": 0
    }
  }