Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"n_embd": 768,
|
17 |
"n_head": 12,
|
18 |
"n_inner": null,
|
19 |
-
"n_layer":
|
20 |
"n_positions": 1024,
|
21 |
"resid_pdrop": 0.0,
|
22 |
-
"rotary_dim": ,
|
23 |
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|
|
|
16 |
"n_embd": 768,
|
17 |
"n_head": 12,
|
18 |
"n_inner": null,
|
19 |
+
"n_layer": 12,
|
20 |
"n_positions": 1024,
|
21 |
"resid_pdrop": 0.0,
|
22 |
+
"rotary_dim": 16,
|
23 |
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|