fix bug in config defaults
Browse files- config.json +1 -1
config.json
CHANGED
@@ -223,7 +223,7 @@
|
|
223 |
"min_length": 0,
|
224 |
"model_type": "idefics3",
|
225 |
"no_repeat_ngram_size": 0,
|
226 |
-
"num_attention_heads":
|
227 |
"num_beam_groups": 1,
|
228 |
"num_beams": 1,
|
229 |
"num_channels": 3,
|
|
|
223 |
"min_length": 0,
|
224 |
"model_type": "idefics3",
|
225 |
"no_repeat_ngram_size": 0,
|
226 |
+
"num_attention_heads": 16,
|
227 |
"num_beam_groups": 1,
|
228 |
"num_beams": 1,
|
229 |
"num_channels": 3,
|