Update config.json
Browse files- config.json +4 -6
config.json
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
"pad_token_id": 0,
|
16 |
"projection_dim": 768,
|
17 |
"text_config": {
|
18 |
-
"_attn_implementation_autoset": true,
|
19 |
"_name_or_path": "",
|
20 |
"activation_dropout": 0.1,
|
21 |
"activation_function": "gelu",
|
@@ -106,10 +105,9 @@
|
|
106 |
"vocab_size": 51289
|
107 |
},
|
108 |
"torch_dtype": "float32",
|
109 |
-
"transformers_version": "4.
|
110 |
"vision_config": {
|
111 |
-
"
|
112 |
-
"_name_or_path": "",
|
113 |
"add_cross_attention": false,
|
114 |
"architectures": null,
|
115 |
"bad_words_ids": null,
|
@@ -162,7 +160,7 @@
|
|
162 |
"length_penalty": 1.0,
|
163 |
"max_length": 20,
|
164 |
"min_length": 0,
|
165 |
-
"model_type": "",
|
166 |
"no_repeat_ngram_size": 0,
|
167 |
"num_beam_groups": 1,
|
168 |
"num_beams": 1,
|
@@ -236,4 +234,4 @@
|
|
236 |
"window_size": 12
|
237 |
},
|
238 |
"vocab_size": 51289
|
239 |
-
}
|
|
|
15 |
"pad_token_id": 0,
|
16 |
"projection_dim": 768,
|
17 |
"text_config": {
|
|
|
18 |
"_name_or_path": "",
|
19 |
"activation_dropout": 0.1,
|
20 |
"activation_function": "gelu",
|
|
|
105 |
"vocab_size": 51289
|
106 |
},
|
107 |
"torch_dtype": "float32",
|
108 |
+
"transformers_version": "4.46.0.dev0",
|
109 |
"vision_config": {
|
110 |
+
"model_type": "davit",
|
|
|
111 |
"add_cross_attention": false,
|
112 |
"architectures": null,
|
113 |
"bad_words_ids": null,
|
|
|
160 |
"length_penalty": 1.0,
|
161 |
"max_length": 20,
|
162 |
"min_length": 0,
|
163 |
+
"model_type": "davit",
|
164 |
"no_repeat_ngram_size": 0,
|
165 |
"num_beam_groups": 1,
|
166 |
"num_beams": 1,
|
|
|
234 |
"window_size": 12
|
235 |
},
|
236 |
"vocab_size": 51289
|
237 |
+
}
|