Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
"hidden_size": 16,
|
11 |
"image_token_index": 257152,
|
12 |
"model_type": "paligemma",
|
|
|
13 |
"pad_token_id": 0,
|
14 |
"projection_dim": 16,
|
15 |
"text_config": {
|
|
|
10 |
"hidden_size": 16,
|
11 |
"image_token_index": 257152,
|
12 |
"model_type": "paligemma",
|
13 |
+
"num_image_tokens": 256,
|
14 |
"pad_token_id": 0,
|
15 |
"projection_dim": 16,
|
16 |
"text_config": {
|