mehmetkuzucu commited on
Commit
d920cb8
·
verified ·
1 Parent(s): 6951599

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -9
config.json CHANGED
@@ -1,10 +1,11 @@
1
- {
2
- "hyperparams": {
3
- "max_length": 512,
4
- "num_heads": 8,
5
- "text_dim": 576,
6
- "train_image_encoder": false,
7
- "use_preprocessed": true,
8
- "vision_dim": 768
9
- }
 
10
  }
 
1
+ {
2
+ "hyperparams": {
3
+ "model_type": "multimodal-model",
4
+ "max_length": 512,
5
+ "num_heads": 8,
6
+ "text_dim": 576,
7
+ "train_image_encoder": false,
8
+ "use_preprocessed": true,
9
+ "vision_dim": 768
10
+ }
11
  }