Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -15,7 +15,8 @@
|
|
15 |
"image_encoder_type": "clip",
|
16 |
"image_size": 224,
|
17 |
"init_type": "glorot",
|
18 |
-
"
|
|
|
19 |
"model_type": "starvector",
|
20 |
"multi_query": true,
|
21 |
"num_attention_heads": 16,
|
|
|
15 |
"image_encoder_type": "clip",
|
16 |
"image_size": 224,
|
17 |
"init_type": "glorot",
|
18 |
+
"max_length_train": 8192,
|
19 |
+
"max_position_embeddings": 8192,
|
20 |
"model_type": "starvector",
|
21 |
"multi_query": true,
|
22 |
"num_attention_heads": 16,
|