Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"n_embd": 1024,
|
16 |
"n_inner": 4096,
|
17 |
"n_head": 16,
|
18 |
-
"n_layer":
|
19 |
"n_positions": 4096,
|
20 |
"resid_pdrop": 0.1,
|
21 |
"vocab_size": 50257
|
|
|
15 |
"n_embd": 1024,
|
16 |
"n_inner": 4096,
|
17 |
"n_head": 16,
|
18 |
+
"n_layer": 32,
|
19 |
"n_positions": 4096,
|
20 |
"resid_pdrop": 0.1,
|
21 |
"vocab_size": 50257
|