Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -13,6 +13,7 @@
|
|
13 |
"n_ctx": 1024,
|
14 |
"n_embd": 1024,
|
15 |
"n_head": 16,
|
|
|
16 |
"n_layer": 24,
|
17 |
"n_positions": 1024,
|
18 |
"resid_pdrop": 0.1,
|
|
|
13 |
"n_ctx": 1024,
|
14 |
"n_embd": 1024,
|
15 |
"n_head": 16,
|
16 |
+
"n_inner": null,
|
17 |
"n_layer": 24,
|
18 |
"n_positions": 1024,
|
19 |
"resid_pdrop": 0.1,
|