alop17 commited on
Commit
e30a656
·
verified ·
1 Parent(s): c596e42

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +122 -0
  2. generation_config.json +12 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2VLForConditionalGeneration"
4
+ ],
5
+ "bos_token_id": null,
6
+ "dtype": "float32",
7
+ "eos_token_id": 151645,
8
+ "image_token_id": 151655,
9
+ "model_type": "qwen2_vl",
10
+ "pad_token_id": 151643,
11
+ "quantization_config": {
12
+ "_load_in_4bit": true,
13
+ "_load_in_8bit": false,
14
+ "bnb_4bit_compute_dtype": "float16",
15
+ "bnb_4bit_quant_storage": "uint8",
16
+ "bnb_4bit_quant_type": "fp4",
17
+ "bnb_4bit_use_double_quant": true,
18
+ "llm_int8_enable_fp32_cpu_offload": false,
19
+ "llm_int8_has_fp16_weight": false,
20
+ "llm_int8_skip_modules": null,
21
+ "llm_int8_threshold": 6.0,
22
+ "load_in_4bit": true,
23
+ "load_in_8bit": false,
24
+ "quant_method": "bitsandbytes"
25
+ },
26
+ "text_config": {
27
+ "attention_dropout": 0.0,
28
+ "bos_token_id": 151643,
29
+ "dtype": "float16",
30
+ "eos_token_id": 151645,
31
+ "hidden_act": "silu",
32
+ "hidden_size": 3584,
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 18944,
35
+ "layer_types": [
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention",
62
+ "full_attention",
63
+ "full_attention"
64
+ ],
65
+ "max_position_embeddings": 128000,
66
+ "max_window_layers": 28,
67
+ "model_type": "qwen2_vl_text",
68
+ "num_attention_heads": 28,
69
+ "num_hidden_layers": 28,
70
+ "num_key_value_heads": 4,
71
+ "pad_token_id": null,
72
+ "rms_norm_eps": 1e-06,
73
+ "rope_parameters": {
74
+ "mrope_section": [
75
+ 16,
76
+ 24,
77
+ 24
78
+ ],
79
+ "rope_theta": 1000000.0,
80
+ "rope_type": "default",
81
+ "type": "mrope"
82
+ },
83
+ "sliding_window": null,
84
+ "use_cache": true,
85
+ "use_sliding_window": false,
86
+ "vocab_size": 152064
87
+ },
88
+ "tie_word_embeddings": false,
89
+ "transformers_version": "5.8.0",
90
+ "use_cache": false,
91
+ "video_token_id": 151656,
92
+ "vision_config": {
93
+ "depth": 32,
94
+ "dtype": "float16",
95
+ "embed_dim": 1280,
96
+ "fullatt_block_indexes": [
97
+ 7,
98
+ 15,
99
+ 23,
100
+ 31
101
+ ],
102
+ "hidden_act": "silu",
103
+ "hidden_size": 1280,
104
+ "in_channels": 3,
105
+ "in_chans": 3,
106
+ "initializer_range": 0.02,
107
+ "intermediate_size": 3420,
108
+ "mlp_ratio": 4,
109
+ "model_type": "qwen2_vl_vision",
110
+ "num_heads": 16,
111
+ "out_hidden_size": 3584,
112
+ "patch_size": 14,
113
+ "spatial_merge_size": 2,
114
+ "spatial_patch_size": 14,
115
+ "temporal_patch_size": 2,
116
+ "tokens_per_second": 2,
117
+ "window_size": 112
118
+ },
119
+ "vision_end_token_id": 151653,
120
+ "vision_start_token_id": 151652,
121
+ "vision_token_id": 151654
122
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 1e-06,
11
+ "transformers_version": "5.8.0"
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f088d892ddaf3882222e1d05ea917caa1b820ab8a4d7f2621b94ba81184464f8
3
+ size 5910708224