ddz16 commited on
Commit
3647105
·
verified ·
1 Parent(s): c76d30e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +134 -0
config.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGenerationWithGeometry"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "eos_token_id": 248046,
7
+ "feature_fusion_method": "deepstack_language_add",
8
+ "fusion_num_layers": 1,
9
+ "geometry_direct_token_mode": "special17",
10
+ "geometry_encoder_layers": [
11
+ 11,
12
+ 17,
13
+ 23
14
+ ],
15
+ "geometry_encoder_path": "facebook/VGGT-1B",
16
+ "geometry_encoder_type": "vggt",
17
+ "geometry_fusion_layers": [
18
+ 0,
19
+ 1,
20
+ 2
21
+ ],
22
+ "geometry_merger_type": "mlp",
23
+ "geometry_token_insert_position": "front",
24
+ "image_token_id": 248056,
25
+ "include_camera_token": false,
26
+ "model_type": "qwen3_5",
27
+ "pad_token_id": 248044,
28
+ "pos_encoding_type": "none",
29
+ "reference_frame": "first",
30
+ "text_config": {
31
+ "attention_bias": false,
32
+ "attention_dropout": 0.0,
33
+ "attn_output_gate": true,
34
+ "bos_token_id": null,
35
+ "dtype": "bfloat16",
36
+ "eos_token_id": 248044,
37
+ "full_attention_interval": 4,
38
+ "head_dim": 256,
39
+ "hidden_act": "silu",
40
+ "hidden_size": 2560,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 9216,
43
+ "layer_types": [
44
+ "linear_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "full_attention",
48
+ "linear_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "full_attention",
52
+ "linear_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "full_attention",
56
+ "linear_attention",
57
+ "linear_attention",
58
+ "linear_attention",
59
+ "full_attention",
60
+ "linear_attention",
61
+ "linear_attention",
62
+ "linear_attention",
63
+ "full_attention",
64
+ "linear_attention",
65
+ "linear_attention",
66
+ "linear_attention",
67
+ "full_attention",
68
+ "linear_attention",
69
+ "linear_attention",
70
+ "linear_attention",
71
+ "full_attention",
72
+ "linear_attention",
73
+ "linear_attention",
74
+ "linear_attention",
75
+ "full_attention"
76
+ ],
77
+ "linear_conv_kernel_dim": 4,
78
+ "linear_key_head_dim": 128,
79
+ "linear_num_key_heads": 16,
80
+ "linear_num_value_heads": 32,
81
+ "linear_value_head_dim": 128,
82
+ "mamba_ssm_dtype": "float32",
83
+ "max_position_embeddings": 262144,
84
+ "mlp_only_layers": [],
85
+ "model_type": "qwen3_5_text",
86
+ "mtp_num_hidden_layers": 1,
87
+ "mtp_use_dedicated_embeddings": false,
88
+ "num_attention_heads": 16,
89
+ "num_hidden_layers": 32,
90
+ "num_key_value_heads": 4,
91
+ "pad_token_id": null,
92
+ "partial_rotary_factor": 0.25,
93
+ "rms_norm_eps": 1e-06,
94
+ "rope_parameters": {
95
+ "mrope_interleaved": true,
96
+ "mrope_section": [
97
+ 11,
98
+ 11,
99
+ 10
100
+ ],
101
+ "partial_rotary_factor": 0.25,
102
+ "rope_theta": 10000000,
103
+ "rope_type": "default"
104
+ },
105
+ "tie_word_embeddings": true,
106
+ "use_cache": true,
107
+ "vocab_size": 248320
108
+ },
109
+ "tie_word_embeddings": true,
110
+ "transformers_version": "5.8.1",
111
+ "use_cache": false,
112
+ "use_geometry_encoder": true,
113
+ "video_token_id": 248057,
114
+ "vision_config": {
115
+ "deepstack_visual_indexes": [],
116
+ "depth": 24,
117
+ "dtype": "bfloat16",
118
+ "hidden_act": "gelu_pytorch_tanh",
119
+ "hidden_size": 1024,
120
+ "in_channels": 3,
121
+ "initializer_range": 0.02,
122
+ "intermediate_size": 4096,
123
+ "model_type": "qwen3_5_vision",
124
+ "num_heads": 16,
125
+ "num_position_embeddings": 2304,
126
+ "out_hidden_size": 2560,
127
+ "patch_size": 16,
128
+ "spatial_merge_size": 2,
129
+ "temporal_patch_size": 2
130
+ },
131
+ "vision_end_token_id": 248054,
132
+ "vision_language_fusion_layers": null,
133
+ "vision_start_token_id": 248053
134
+ }