gberton commited on
Commit
4981685
·
verified ·
1 Parent(s): f4dbf88

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tipsv2",
3
+ "architectures": ["TIPSv2Model"],
4
+ "auto_map": {
5
+ "AutoConfig": "configuration_tips.TIPSv2Config",
6
+ "AutoModel": "modeling_tips.TIPSv2Model"
7
+ },
8
+ "vision_fn": "vit_large",
9
+ "embed_dim": 1024,
10
+ "patch_size": 14,
11
+ "img_size": 448,
12
+ "ffn_layer": "mlp",
13
+ "init_values": 1.0,
14
+ "num_register_tokens": 1,
15
+ "text_hidden_size": 1024,
16
+ "text_mlp_dim": 4096,
17
+ "text_num_heads": 16,
18
+ "text_num_layers": 12,
19
+ "vocab_size": 32000,
20
+ "max_len": 64,
21
+ "temperature": 0.004785141441971064
22
+ }