Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -37,5 +37,6 @@
|
|
37 |
},
|
38 |
"torch_dtype": "float16",
|
39 |
"transformers_version": "4.38.2",
|
40 |
-
"image_token_index": -200
|
|
|
41 |
}
|
|
|
37 |
},
|
38 |
"torch_dtype": "float16",
|
39 |
"transformers_version": "4.38.2",
|
40 |
+
"image_token_index": -200,
|
41 |
+
"num_image_tokens": 729
|
42 |
}
|