thebalochtech commited on
Commit
d923d76
·
verified ·
1 Parent(s): 1fc1e3c

Trained with Unsloth - config

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