deepparag commited on
Commit
64bab40
1 Parent(s): 6dea6a2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -14,9 +14,13 @@
14
  "n_ctx": 1024,
15
  "n_embd": 768,
16
  "n_head": 12,
 
17
  "n_layer": 12,
18
  "n_positions": 1024,
 
19
  "resid_pdrop": 0.1,
 
 
20
  "summary_activation": null,
21
  "summary_first_dropout": 0.1,
22
  "summary_proj_to_labels": true,
 
14
  "n_ctx": 1024,
15
  "n_embd": 768,
16
  "n_head": 12,
17
+ "n_inner": null,
18
  "n_layer": 12,
19
  "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
  "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
  "summary_activation": null,
25
  "summary_first_dropout": 0.1,
26
  "summary_proj_to_labels": true,