yardenhoch commited on
Commit
c71f855
·
verified ·
1 Parent(s): 44da14d

Move config.json to root directory

Browse files
Files changed (1) hide show
  1. config.json +134 -0
config.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "eos_token_id": 151645,
7
+ "hidden_act": "silu",
8
+ "hidden_size": 3584,
9
+ "image_token_id": 151655,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 18944,
12
+ "max_position_embeddings": 128000,
13
+ "max_window_layers": 28,
14
+ "model_type": "qwen2_5_vl",
15
+ "num_attention_heads": 28,
16
+ "num_hidden_layers": 28,
17
+ "num_key_value_heads": 4,
18
+ "rms_norm_eps": 1e-06,
19
+ "rope_scaling": {
20
+ "mrope_section": [
21
+ 16,
22
+ 24,
23
+ 24
24
+ ],
25
+ "rope_type": "default",
26
+ "type": "default"
27
+ },
28
+ "rope_theta": 1000000.0,
29
+ "sliding_window": 32768,
30
+ "text_config": {
31
+ "architectures": [
32
+ "Qwen2_5_VLForConditionalGeneration"
33
+ ],
34
+ "attention_dropout": 0.0,
35
+ "bos_token_id": 151643,
36
+ "eos_token_id": 151645,
37
+ "hidden_act": "silu",
38
+ "hidden_size": 3584,
39
+ "image_token_id": null,
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 18944,
42
+ "layer_types": [
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
+ "full_attention",
65
+ "full_attention",
66
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention"
71
+ ],
72
+ "max_position_embeddings": 128000,
73
+ "max_window_layers": 28,
74
+ "model_type": "qwen2_5_vl_text",
75
+ "num_attention_heads": 28,
76
+ "num_hidden_layers": 28,
77
+ "num_key_value_heads": 4,
78
+ "rms_norm_eps": 1e-06,
79
+ "rope_scaling": {
80
+ "mrope_section": [
81
+ 16,
82
+ 24,
83
+ 24
84
+ ],
85
+ "rope_type": "default",
86
+ "type": "default"
87
+ },
88
+ "rope_theta": 1000000.0,
89
+ "sliding_window": null,
90
+ "torch_dtype": "bfloat16",
91
+ "use_cache": false,
92
+ "use_sliding_window": false,
93
+ "video_token_id": null,
94
+ "vision_end_token_id": 151653,
95
+ "vision_start_token_id": 151652,
96
+ "vision_token_id": 151654,
97
+ "vocab_size": 152064
98
+ },
99
+ "tie_word_embeddings": false,
100
+ "torch_dtype": "bfloat16",
101
+ "transformers_version": "4.55.2",
102
+ "use_cache": true,
103
+ "use_sliding_window": false,
104
+ "video_token_id": 151656,
105
+ "vision_config": {
106
+ "depth": 32,
107
+ "fullatt_block_indexes": [
108
+ 7,
109
+ 15,
110
+ 23,
111
+ 31
112
+ ],
113
+ "hidden_act": "silu",
114
+ "hidden_size": 1280,
115
+ "in_channels": 3,
116
+ "in_chans": 3,
117
+ "initializer_range": 0.02,
118
+ "intermediate_size": 3420,
119
+ "model_type": "qwen2_5_vl",
120
+ "num_heads": 16,
121
+ "out_hidden_size": 3584,
122
+ "patch_size": 14,
123
+ "spatial_merge_size": 2,
124
+ "spatial_patch_size": 14,
125
+ "temporal_patch_size": 2,
126
+ "tokens_per_second": 2,
127
+ "torch_dtype": "bfloat16",
128
+ "window_size": 112
129
+ },
130
+ "vision_end_token_id": 151653,
131
+ "vision_start_token_id": 151652,
132
+ "vision_token_id": 151654,
133
+ "vocab_size": 152064
134
+ }