joanrodai commited on
Commit
6d19669
·
verified ·
1 Parent(s): a0755bc

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "n_positions": 8192,
 
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,