Upload 2 files
Browse files- Qwen2.5-VL-ViT/config.json +21 -0
- Qwen2.5-VL-ViT/vit.safetensors +3 -0
Qwen2.5-VL-ViT/config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation": "flash_attention_2",
|
| 3 |
+
"depth": 32,
|
| 4 |
+
"fullatt_block_indexes": [7, 15, 23, 31],
|
| 5 |
+
"hidden_act": "silu",
|
| 6 |
+
"hidden_size": 1280,
|
| 7 |
+
"in_channels": 3,
|
| 8 |
+
"in_chans": 3,
|
| 9 |
+
"intermediate_size": 3420,
|
| 10 |
+
"model_type": "qwen2_5_vl",
|
| 11 |
+
"num_heads": 16,
|
| 12 |
+
"out_hidden_size": 2048,
|
| 13 |
+
"patch_size": 14,
|
| 14 |
+
"spatial_merge_size": 2,
|
| 15 |
+
"spatial_patch_size": 14,
|
| 16 |
+
"temporal_patch_size": 2,
|
| 17 |
+
"tokens_per_second": 2,
|
| 18 |
+
"torch_dtype": "bfloat16",
|
| 19 |
+
"transformers_version": "4.49.0",
|
| 20 |
+
"window_size": 112
|
| 21 |
+
}
|
Qwen2.5-VL-ViT/vit.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78714e560781576a00c030e60383db3c71698083d0c5d493dc628c10dc1a9094
|
| 3 |
+
size 1337407560
|