system HF staff commited on
Commit
b94756e
1 Parent(s): 310f57e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -10,8 +10,8 @@
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
- "n_ctx": 4,
14
- "n_embd": 4,
15
  "n_head": 2,
16
  "n_layer": 2,
17
  "n_positions": 1024,
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
13
+ "n_ctx": 1024,
14
+ "n_embd": 2,
15
  "n_head": 2,
16
  "n_layer": 2,
17
  "n_positions": 1024,