Update text_model_cfg.json
Browse files- text_model_cfg.json +3 -2
text_model_cfg.json
CHANGED
@@ -17,6 +17,7 @@
|
|
17 |
"n_inner": null,
|
18 |
"n_layer": 12,
|
19 |
"n_positions": 1024,
|
|
|
20 |
"reorder_and_upcast_attn": false,
|
21 |
"resid_pdrop": 0.1,
|
22 |
"scale_attn_by_inverse_layer_idx": false,
|
@@ -35,5 +36,5 @@
|
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.41.2",
|
37 |
"use_cache": true,
|
38 |
-
"vocab_size":
|
39 |
-
}
|
|
|
17 |
"n_inner": null,
|
18 |
"n_layer": 12,
|
19 |
"n_positions": 1024,
|
20 |
+
"pad_token_id": 50257,
|
21 |
"reorder_and_upcast_attn": false,
|
22 |
"resid_pdrop": 0.1,
|
23 |
"scale_attn_by_inverse_layer_idx": false,
|
|
|
36 |
"torch_dtype": "float32",
|
37 |
"transformers_version": "4.41.2",
|
38 |
"use_cache": true,
|
39 |
+
"vocab_size": 50259
|
40 |
+
}
|