Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -8,5 +8,6 @@
|
|
8 |
"n_ctx": 59,
|
9 |
"act_fn": "gelu",
|
10 |
"normalization_type": "LN",
|
11 |
-
"
|
|
|
12 |
}
|
|
|
8 |
"n_ctx": 59,
|
9 |
"act_fn": "gelu",
|
10 |
"normalization_type": "LN",
|
11 |
+
"att_only": False,
|
12 |
+
"architecture": "mingpt"
|
13 |
}
|