Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
"n_inner": null,
|
| 18 |
"n_layer": 24,
|
| 19 |
"n_positions": 128,
|
|
|
|
| 20 |
"pad_token_id": null,
|
| 21 |
"reorder_and_upcast_attn": false,
|
| 22 |
"resid_pdrop": 0.1,
|
|
@@ -30,5 +31,4 @@
|
|
| 30 |
"tie_word_embeddings": true,
|
| 31 |
"transformers_version": "5.10.2",
|
| 32 |
"use_cache": false,
|
| 33 |
-
"vocab_size": 8000
|
| 34 |
-
}
|
|
|
|
| 17 |
"n_inner": null,
|
| 18 |
"n_layer": 24,
|
| 19 |
"n_positions": 128,
|
| 20 |
+
"n_ctx": 128,
|
| 21 |
"pad_token_id": null,
|
| 22 |
"reorder_and_upcast_attn": false,
|
| 23 |
"resid_pdrop": 0.1,
|
|
|
|
| 31 |
"tie_word_embeddings": true,
|
| 32 |
"transformers_version": "5.10.2",
|
| 33 |
"use_cache": false,
|
| 34 |
+
"vocab_size": 8000}
|
|
|