preferredev commited on
Commit
3aa7159
·
verified ·
1 Parent(s): 3ac4c8b

Trained with Unsloth - config

Browse files
Files changed (1) hide show
  1. config.json +115 -0
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGeneration"
4
+ ],
5
+ "torch_dtype": "float16",
6
+ "eos_token_id": 248046,
7
+ "image_token_id": 248056,
8
+ "model_name": "unsloth/Qwen3.5-4B",
9
+ "model_type": "qwen3_5",
10
+ "mtp_num_hidden_layers": 1,
11
+ "pad_token_id": 248055,
12
+ "text_config": {
13
+ "attention_bias": false,
14
+ "attention_dropout": 0.0,
15
+ "attn_output_gate": true,
16
+ "bos_token_id": null,
17
+ "torch_dtype": "float16",
18
+ "eos_token_id": 248044,
19
+ "full_attention_interval": 4,
20
+ "head_dim": 256,
21
+ "hidden_act": "silu",
22
+ "hidden_size": 2560,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 9216,
25
+ "layer_types": [
26
+ "linear_attention",
27
+ "linear_attention",
28
+ "linear_attention",
29
+ "full_attention",
30
+ "linear_attention",
31
+ "linear_attention",
32
+ "linear_attention",
33
+ "full_attention",
34
+ "linear_attention",
35
+ "linear_attention",
36
+ "linear_attention",
37
+ "full_attention",
38
+ "linear_attention",
39
+ "linear_attention",
40
+ "linear_attention",
41
+ "full_attention",
42
+ "linear_attention",
43
+ "linear_attention",
44
+ "linear_attention",
45
+ "full_attention",
46
+ "linear_attention",
47
+ "linear_attention",
48
+ "linear_attention",
49
+ "full_attention",
50
+ "linear_attention",
51
+ "linear_attention",
52
+ "linear_attention",
53
+ "full_attention",
54
+ "linear_attention",
55
+ "linear_attention",
56
+ "linear_attention",
57
+ "full_attention"
58
+ ],
59
+ "linear_conv_kernel_dim": 4,
60
+ "linear_key_head_dim": 128,
61
+ "linear_num_key_heads": 16,
62
+ "linear_num_value_heads": 32,
63
+ "linear_value_head_dim": 128,
64
+ "mamba_ssm_dtype": "float32",
65
+ "max_position_embeddings": 262144,
66
+ "mlp_only_layers": [],
67
+ "model_type": "qwen3_5_text",
68
+ "mtp_num_hidden_layers": 1,
69
+ "mtp_use_dedicated_embeddings": false,
70
+ "num_attention_heads": 16,
71
+ "num_hidden_layers": 32,
72
+ "num_key_value_heads": 4,
73
+ "pad_token_id": null,
74
+ "partial_rotary_factor": 0.25,
75
+ "rms_norm_eps": 1e-06,
76
+ "rope_parameters": {
77
+ "mrope_interleaved": true,
78
+ "mrope_section": [
79
+ 11,
80
+ 11,
81
+ 10
82
+ ],
83
+ "partial_rotary_factor": 0.25,
84
+ "rope_theta": 10000000,
85
+ "rope_type": "default"
86
+ },
87
+ "tie_word_embeddings": true,
88
+ "use_cache": true,
89
+ "vocab_size": 248320
90
+ },
91
+ "tie_word_embeddings": true,
92
+ "unsloth_fixed_mtp": true,
93
+ "unsloth_version": "2026.6.1",
94
+ "use_cache": false,
95
+ "video_token_id": 248057,
96
+ "vision_config": {
97
+ "deepstack_visual_indexes": [],
98
+ "depth": 24,
99
+ "torch_dtype": "float16",
100
+ "hidden_act": "gelu_pytorch_tanh",
101
+ "hidden_size": 1024,
102
+ "in_channels": 3,
103
+ "initializer_range": 0.02,
104
+ "intermediate_size": 4096,
105
+ "model_type": "qwen3_5",
106
+ "num_heads": 16,
107
+ "num_position_embeddings": 2304,
108
+ "out_hidden_size": 2560,
109
+ "patch_size": 16,
110
+ "spatial_merge_size": 2,
111
+ "temporal_patch_size": 2
112
+ },
113
+ "vision_end_token_id": 248054,
114
+ "vision_start_token_id": 248053
115
+ }