susnato commited on
Commit
59d4afe
1 Parent(s): 0b1fa76

added "embd_pdrop": 0.0

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -14,6 +14,7 @@
14
  "num_hidden_layers": 24,
15
  "pretraining_tp": 1,
16
  "resid_pdrop": 0.0,
 
17
  "layer_norm_eps": 1e-05,
18
  "rope_scaling": null,
19
  "rope_theta": 10000.0,
 
14
  "num_hidden_layers": 24,
15
  "pretraining_tp": 1,
16
  "resid_pdrop": 0.0,
17
+ "embd_pdrop": 0.0,
18
  "layer_norm_eps": 1e-05,
19
  "rope_scaling": null,
20
  "rope_theta": 10000.0,