Upload folder using huggingface_hub
Browse files- config.json +30 -0
- model.safetensors +3 -0
- preprocessor_config.json +19 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2_5_VisionTransformerPretrainedModel"
|
| 4 |
+
],
|
| 5 |
+
"depth": 32,
|
| 6 |
+
"fullatt_block_indexes": [
|
| 7 |
+
7,
|
| 8 |
+
15,
|
| 9 |
+
23,
|
| 10 |
+
31
|
| 11 |
+
],
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 1280,
|
| 14 |
+
"in_channels": 3,
|
| 15 |
+
"in_chans": 3,
|
| 16 |
+
"intermediate_size": 3456,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"_attn_implementation": "flash_attention_2",
|
| 19 |
+
"model_type": "qwen2_5_vl",
|
| 20 |
+
"num_heads": 16,
|
| 21 |
+
"out_hidden_size": 5120,
|
| 22 |
+
"patch_size": 14,
|
| 23 |
+
"spatial_merge_size": 2,
|
| 24 |
+
"spatial_patch_size": 14,
|
| 25 |
+
"temporal_patch_size": 2,
|
| 26 |
+
"tokens_per_second": 2,
|
| 27 |
+
"torch_dtype": "bfloat16",
|
| 28 |
+
"transformers_version": "4.45.0",
|
| 29 |
+
"window_size": 112
|
| 30 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8c395ee35705fd885fb9bc283cc9e7e150e75c76012041107f7c9bbb71f38e2
|
| 3 |
+
size 1377722984
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"min_pixels": 3136,
|
| 3 |
+
"max_pixels": 12845056,
|
| 4 |
+
"patch_size": 14,
|
| 5 |
+
"temporal_patch_size": 2,
|
| 6 |
+
"merge_size": 2,
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.48145466,
|
| 9 |
+
0.4578275,
|
| 10 |
+
0.40821073
|
| 11 |
+
],
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.26862954,
|
| 14 |
+
0.26130258,
|
| 15 |
+
0.27577711
|
| 16 |
+
],
|
| 17 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 18 |
+
"processor_class": "Qwen2_5_VLProcessor"
|
| 19 |
+
}
|