crumb commited on
Commit
2e1b45d
·
1 Parent(s): 0950265

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -15,12 +15,12 @@
15
  "initializer_range": 0.02,
16
  "layer_norm_epsilon": 1e-05,
17
  "model_type": "switchgpt2",
18
- "n_ctx": 2048,
19
  "n_embd": 512,
20
  "n_head": 16,
21
  "n_inner": null,
22
  "n_layer": 8,
23
- "n_positions": 2048,
24
  "num_experts": 4,
25
  "reorder_and_upcast_attn": false,
26
  "resid_pdrop": 0.1,
 
15
  "initializer_range": 0.02,
16
  "layer_norm_epsilon": 1e-05,
17
  "model_type": "switchgpt2",
18
+ "n_ctx": 1024,
19
  "n_embd": 512,
20
  "n_head": 16,
21
  "n_inner": null,
22
  "n_layer": 8,
23
+ "n_positions": 1024,
24
  "num_experts": 4,
25
  "reorder_and_upcast_attn": false,
26
  "resid_pdrop": 0.1,