Update config.json
Browse files- 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 |
-
|
12 |
-
"
|
|
|
|
|
13 |
"n_head": 16,
|
14 |
"n_layer": 24,
|
15 |
-
|
|
|
|
|
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 |
-
|
31 |
-
"
|
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 |
}
|