CserDu123 commited on
Commit
54b427d
·
verified ·
1 Parent(s): 2846869

Upload rebuttal-009-internvl_3_5_4b_dapo-ckpt_458/config.json with huggingface_hub

Browse files
rebuttal-009-internvl_3_5_4b_dapo-ckpt_458/config.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "InternVLForConditionalGeneration"
4
+ ],
5
+ "downsample_ratio": 0.5,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "image_seq_length": 256,
9
+ "image_token_id": 151671,
10
+ "model_type": "internvl",
11
+ "pad_token_id": 151643,
12
+ "projector_hidden_act": "gelu",
13
+ "text_config": {
14
+ "architectures": [
15
+ "Qwen3ForCausalLM"
16
+ ],
17
+ "attention_bias": false,
18
+ "attention_dropout": 0.0,
19
+ "bos_token_id": 151643,
20
+ "debug": false,
21
+ "dtype": "float32",
22
+ "eos_token_id": 151645,
23
+ "ep_size": 1,
24
+ "head_dim": 128,
25
+ "hidden_act": "silu",
26
+ "hidden_size": 2560,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 9728,
29
+ "layer_types": [
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
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
+ "full_attention",
65
+ "full_attention"
66
+ ],
67
+ "max_position_embeddings": 40960,
68
+ "max_window_layers": 36,
69
+ "micro_forward": false,
70
+ "model_type": "qwen3",
71
+ "num_attention_heads": 32,
72
+ "num_hidden_layers": 36,
73
+ "num_key_value_heads": 8,
74
+ "rms_norm_eps": 1e-06,
75
+ "rope_scaling": null,
76
+ "rope_theta": 1000000,
77
+ "skip_checkpoint": false,
78
+ "sliding_window": null,
79
+ "use_cache": true,
80
+ "use_deepep": false,
81
+ "use_sliding_window": false,
82
+ "vocab_size": 151936
83
+ },
84
+ "transformers_version": "4.57.3",
85
+ "vision_config": {
86
+ "architectures": [
87
+ "InternVisionModel"
88
+ ],
89
+ "attention_bias": true,
90
+ "attention_dropout": 0.0,
91
+ "dropout": 0.0,
92
+ "dtype": "float32",
93
+ "hidden_act": "gelu",
94
+ "hidden_dropout_prob": 0.0,
95
+ "hidden_size": 1024,
96
+ "image_size": [
97
+ 448,
98
+ 448
99
+ ],
100
+ "initializer_factor": 1.0,
101
+ "initializer_range": 0.02,
102
+ "intermediate_size": 4096,
103
+ "layer_norm_eps": 1e-06,
104
+ "layer_scale_init_value": 0.1,
105
+ "model_type": "internvl_vision",
106
+ "norm_type": "layer_norm",
107
+ "num_attention_heads": 16,
108
+ "num_channels": 3,
109
+ "num_hidden_layers": 24,
110
+ "patch_size": [
111
+ 14,
112
+ 14
113
+ ],
114
+ "projection_dropout": 0.0,
115
+ "use_absolute_position_embeddings": true,
116
+ "use_fa3": false,
117
+ "use_mask_token": false,
118
+ "use_mean_pooling": true,
119
+ "use_qk_norm": false
120
+ },
121
+ "vision_feature_layer": -1,
122
+ "vision_feature_select_strategy": "default"
123
+ }