ayjays132 commited on
Commit
fb7e7d4
1 Parent(s): 6616aa4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -8,11 +8,11 @@
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
  "model_type": "gpt2",
11
- "n_ctx": 1024,
12
- "n_embd": 1024,
13
  "n_head": 16,
14
  "n_layer": 24,
15
- "n_positions": 1024,
16
  "n_special": 0,
17
  "predict_special_tokens": true,
18
  "resid_pdrop": 0.1,
 
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
  "model_type": "gpt2",
11
+ "n_ctx": 2048,
12
+ "n_embd": 2048,
13
  "n_head": 16,
14
  "n_layer": 24,
15
+ "n_positions": 2048,
16
  "n_special": 0,
17
  "predict_special_tokens": true,
18
  "resid_pdrop": 0.1,