Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "_attn_implementation_autoset": false,
3
  "add_cross_attention": false,
4
  "architectures": [
5
- "Idefics3ForConditionalGeneration"
6
  ],
7
  "bad_words_ids": null,
8
  "begin_suppress_tokens": null,
@@ -33,7 +33,7 @@
33
  "length_penalty": 1.0,
34
  "max_length": 20,
35
  "min_length": 0,
36
- "model_type": "idefics3",
37
  "no_repeat_ngram_size": 0,
38
  "num_beam_groups": 1,
39
  "num_beams": 1,
@@ -301,7 +301,7 @@
301
  "max_image_size": {
302
  "longest_edge": 512
303
  },
304
- "model_type": "idefics3_vision",
305
  "size": {
306
  "longest_edge": 2048
307
  },
 
2
  "_attn_implementation_autoset": false,
3
  "add_cross_attention": false,
4
  "architectures": [
5
+ "SmolVLMForConditionalGeneration"
6
  ],
7
  "bad_words_ids": null,
8
  "begin_suppress_tokens": null,
 
33
  "length_penalty": 1.0,
34
  "max_length": 20,
35
  "min_length": 0,
36
+ "model_type": "smolvlm",
37
  "no_repeat_ngram_size": 0,
38
  "num_beam_groups": 1,
39
  "num_beams": 1,
 
301
  "max_image_size": {
302
  "longest_edge": 512
303
  },
304
+ "model_type": "smolvlm_vision",
305
  "size": {
306
  "longest_edge": 2048
307
  },