Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"num_hidden_layers": 4,
|
26 |
"num_key_value_heads": 20,
|
27 |
"original_max_position_embeddings": 4096,
|
28 |
-
"pad_token_id":
|
29 |
"resid_pdrop": 0.0,
|
30 |
"rms_norm_eps": 1e-05,
|
31 |
"rope_scaling": null,
|
|
|
25 |
"num_hidden_layers": 4,
|
26 |
"num_key_value_heads": 20,
|
27 |
"original_max_position_embeddings": 4096,
|
28 |
+
"pad_token_id": 32000,
|
29 |
"resid_pdrop": 0.0,
|
30 |
"rms_norm_eps": 1e-05,
|
31 |
"rope_scaling": null,
|