Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"ignore_index": -100,
|
9 |
"is_encoder_decoder": true,
|
10 |
"model_type": "florence2",
|
|
|
11 |
"pad_token_id": 1,
|
12 |
"projection_dim": 1024,
|
13 |
"text_config": {
|
|
|
8 |
"ignore_index": -100,
|
9 |
"is_encoder_decoder": true,
|
10 |
"model_type": "florence2",
|
11 |
+
"num_image_tokens": 577,
|
12 |
"pad_token_id": 1,
|
13 |
"projection_dim": 1024,
|
14 |
"text_config": {
|