sahilchachra commited on
Commit
86f4879
·
verified ·
1 Parent(s): 5b4a734

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +109 -0
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGeneration"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "eos_token_id": [
7
+ 248046,
8
+ 248044
9
+ ],
10
+ "image_token_id": 248056,
11
+ "model_type": "qwen3_5",
12
+ "pad_token_id": 248044,
13
+ "quantization": {
14
+ "group_size": 32,
15
+ "bits": 8,
16
+ "mode": "mxfp8"
17
+ },
18
+ "quantization_config": {
19
+ "group_size": 32,
20
+ "bits": 8,
21
+ "mode": "mxfp8"
22
+ },
23
+ "text_config": {
24
+ "attention_bias": false,
25
+ "attention_dropout": 0.0,
26
+ "attn_output_gate": true,
27
+ "bos_token_id": null,
28
+ "dtype": "bfloat16",
29
+ "eos_token_id": 248044,
30
+ "full_attention_interval": 4,
31
+ "head_dim": 256,
32
+ "hidden_act": "silu",
33
+ "hidden_size": 4096,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 12288,
36
+ "layer_types": [
37
+ "linear_attention",
38
+ "linear_attention",
39
+ "linear_attention",
40
+ "full_attention",
41
+ "linear_attention",
42
+ "linear_attention",
43
+ "linear_attention",
44
+ "full_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "linear_attention",
48
+ "full_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "linear_attention",
52
+ "full_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "linear_attention",
56
+ "full_attention",
57
+ "linear_attention",
58
+ "linear_attention",
59
+ "linear_attention",
60
+ "full_attention",
61
+ "linear_attention",
62
+ "linear_attention",
63
+ "linear_attention",
64
+ "full_attention",
65
+ "linear_attention",
66
+ "linear_attention",
67
+ "linear_attention",
68
+ "full_attention"
69
+ ],
70
+ "linear_conv_kernel_dim": 4,
71
+ "linear_key_head_dim": 128,
72
+ "linear_num_key_heads": 16,
73
+ "linear_num_value_heads": 32,
74
+ "linear_value_head_dim": 128,
75
+ "mamba_ssm_dtype": "float32",
76
+ "max_position_embeddings": 1048576,
77
+ "mlp_only_layers": [],
78
+ "model_type": "qwen3_5_text",
79
+ "mtp_num_hidden_layers": 1,
80
+ "mtp_use_dedicated_embeddings": false,
81
+ "num_attention_heads": 16,
82
+ "num_hidden_layers": 32,
83
+ "num_key_value_heads": 4,
84
+ "pad_token_id": null,
85
+ "partial_rotary_factor": 0.25,
86
+ "rms_norm_eps": 1e-06,
87
+ "rope_parameters": {
88
+ "factor": 4.0,
89
+ "original_max_position_embeddings": 262144,
90
+ "mrope_interleaved": true,
91
+ "mrope_section": [
92
+ 11,
93
+ 11,
94
+ 10
95
+ ],
96
+ "rope_theta": 10000000,
97
+ "type": "yarn"
98
+ },
99
+ "tie_word_embeddings": false,
100
+ "use_cache": true,
101
+ "vocab_size": 248320
102
+ },
103
+ "tie_word_embeddings": false,
104
+ "transformers_version": "5.12.1",
105
+ "use_cache": false,
106
+ "video_token_id": 248057,
107
+ "vision_end_token_id": 248054,
108
+ "vision_start_token_id": 248053
109
+ }