Willy Vo commited on
Commit ·
08a8113
1
Parent(s): b507c0f
token config chgmt 3
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"n_ctx": 192,
|
| 12 |
"n_embd": 96,
|
| 13 |
"n_head": 4,
|
| 14 |
-
"n_inner":
|
| 15 |
"n_layer": 6,
|
| 16 |
"pad_token_id": 0,
|
| 17 |
"tie_weights": true,
|
|
|
|
| 11 |
"n_ctx": 192,
|
| 12 |
"n_embd": 96,
|
| 13 |
"n_head": 4,
|
| 14 |
+
"n_inner": 192,
|
| 15 |
"n_layer": 6,
|
| 16 |
"pad_token_id": 0,
|
| 17 |
"tie_weights": true,
|