nickname-xingxing commited on
Commit
a0d943a
·
verified ·
1 Parent(s): b49c1c4

add config.json

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