Upload config.json with huggingface_hub
Browse files- config.json +22 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mPLUG/TinyChart-3B-768/siglip",
|
| 3 |
+
"attention_dropout": 0.0,
|
| 4 |
+
"attn_implementation": null,
|
| 5 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 6 |
+
"hidden_size": 1152,
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_size": 768,
|
| 13 |
+
"intermediate_size": 4304,
|
| 14 |
+
"layer_norm_eps": 1e-06,
|
| 15 |
+
"model_type": "siglip_vision_model",
|
| 16 |
+
"num_attention_heads": 16,
|
| 17 |
+
"num_channels": 3,
|
| 18 |
+
"num_hidden_layers": 27,
|
| 19 |
+
"patch_size": 14,
|
| 20 |
+
"tome_r": 84,
|
| 21 |
+
"transformers_version": "4.37.2"
|
| 22 |
+
}
|