Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -82,8 +82,8 @@
|
|
| 82 |
"bos_token_id": null,
|
| 83 |
"chunk_size_feed_forward": 0,
|
| 84 |
"cross_attention_hidden_size": null,
|
| 85 |
-
"
|
| 86 |
-
"
|
| 87 |
"decoder_start_token_id": null,
|
| 88 |
"dense_act_fn": "gelu_new",
|
| 89 |
"diversity_penalty": 0.0,
|
|
@@ -133,7 +133,7 @@
|
|
| 133 |
"return_dict": true,
|
| 134 |
"return_dict_in_generate": false,
|
| 135 |
"sep_token_id": null,
|
| 136 |
-
"
|
| 137 |
"suppress_tokens": null,
|
| 138 |
"task_specific_params": null,
|
| 139 |
"temperature": 1.0,
|
|
|
|
| 82 |
"bos_token_id": null,
|
| 83 |
"chunk_size_feed_forward": 0,
|
| 84 |
"cross_attention_hidden_size": null,
|
| 85 |
+
"intermediate_size": 3968,
|
| 86 |
+
"head_dim": 64,
|
| 87 |
"decoder_start_token_id": null,
|
| 88 |
"dense_act_fn": "gelu_new",
|
| 89 |
"diversity_penalty": 0.0,
|
|
|
|
| 133 |
"return_dict": true,
|
| 134 |
"return_dict_in_generate": false,
|
| 135 |
"sep_token_id": null,
|
| 136 |
+
"max_num_patches": 4096,
|
| 137 |
"suppress_tokens": null,
|
| 138 |
"task_specific_params": null,
|
| 139 |
"temperature": 1.0,
|