Upload config.json with huggingface_hub
Browse files- config.json +24 -0
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "tipsv2",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"TIPSv2Model"
|
| 5 |
+
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "configuration_tips.TIPSv2Config",
|
| 8 |
+
"AutoModel": "modeling_tips.TIPSv2Model"
|
| 9 |
+
},
|
| 10 |
+
"patch_size": 14,
|
| 11 |
+
"img_size": 448,
|
| 12 |
+
"init_values": 1.0,
|
| 13 |
+
"num_register_tokens": 1,
|
| 14 |
+
"vocab_size": 32000,
|
| 15 |
+
"max_len": 64,
|
| 16 |
+
"vision_fn": "vit_giant2",
|
| 17 |
+
"embed_dim": 1536,
|
| 18 |
+
"text_hidden_size": 1536,
|
| 19 |
+
"text_mlp_dim": 6144,
|
| 20 |
+
"text_num_heads": 24,
|
| 21 |
+
"text_num_layers": 12,
|
| 22 |
+
"ffn_layer": "swiglu",
|
| 23 |
+
"temperature": 0.003622700460255146
|
| 24 |
+
}
|