ayjays132 commited on
Commit
eac5c14
·
1 Parent(s): d99f34d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -7
config.json CHANGED
@@ -8,11 +8,15 @@
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,
@@ -27,8 +31,6 @@
27
  "max_length": 200
28
  }
29
  },
30
- "vocab_size": 50257,
31
- "hidden_dim": 2048,
32
- "input_dim": 768,
33
- "output_dim": 50257
34
  }
 
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
  "model_type": "gpt2",
11
+
12
+ "n_ctx": "2048",
13
+
14
+ "n_embd": 2048,
15
  "n_head": 16,
16
  "n_layer": 24,
17
+
18
+ "n_positions": "2048",
19
+
20
  "n_special": 0,
21
  "predict_special_tokens": true,
22
  "resid_pdrop": 0.1,
 
31
  "max_length": 200
32
  }
33
  },
34
+
35
+ "vocab_size": "50257",
 
 
36
  }