maxnocker commited on
Commit
dd0137d
·
verified ·
1 Parent(s): ea91715

Trained with Unsloth - config

Browse files
Files changed (1) hide show
  1. config.json +134 -0
config.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "torch_dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 3584,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 18944,
12
+ "max_position_embeddings": 32768,
13
+ "max_window_layers": 28,
14
+ "model_type": "qwen2_5_vl",
15
+ "num_attention_heads": 28,
16
+ "num_hidden_layers": 28,
17
+ "num_key_value_heads": 4,
18
+ "pad_token_id": 151654,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": {
21
+ "mrope_section": [
22
+ 16,
23
+ 24,
24
+ 24
25
+ ],
26
+ "rope_type": "default",
27
+ "type": "default"
28
+ },
29
+ "rope_theta": 1000000.0,
30
+ "sliding_window": 32768,
31
+ "text_config": {
32
+ "_name_or_path": "unsloth/qwen2.5-vl-7b-instruct-bnb-4bit",
33
+ "architectures": [
34
+ "Qwen2_5_VLForConditionalGeneration"
35
+ ],
36
+ "attention_dropout": 0.0,
37
+ "torch_dtype": "bfloat16",
38
+ "eos_token_id": 151645,
39
+ "hidden_act": "silu",
40
+ "hidden_size": 3584,
41
+ "image_token_id": 151655,
42
+ "initializer_range": 0.02,
43
+ "intermediate_size": 18944,
44
+ "layer_types": [
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
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention",
71
+ "full_attention",
72
+ "full_attention"
73
+ ],
74
+ "max_position_embeddings": 128000,
75
+ "max_window_layers": 28,
76
+ "model_type": "qwen2_5_vl_text",
77
+ "num_attention_heads": 28,
78
+ "num_hidden_layers": 28,
79
+ "num_key_value_heads": 4,
80
+ "pad_token_id": 151654,
81
+ "rms_norm_eps": 1e-06,
82
+ "rope_scaling": {
83
+ "mrope_section": [
84
+ 16,
85
+ 24,
86
+ 24
87
+ ],
88
+ "rope_type": "default",
89
+ "type": "default"
90
+ },
91
+ "rope_theta": 1000000.0,
92
+ "sliding_window": null,
93
+ "use_cache": true,
94
+ "use_sliding_window": false,
95
+ "video_token_id": 151656,
96
+ "vision_end_token_id": 151653,
97
+ "vision_start_token_id": 151652,
98
+ "vision_token_id": 151654,
99
+ "vocab_size": 152064
100
+ },
101
+ "tie_word_embeddings": false,
102
+ "transformers_version": "4.57.0",
103
+ "unsloth_fixed": true,
104
+ "unsloth_version": "2025.11.1",
105
+ "use_cache": true,
106
+ "use_sliding_window": false,
107
+ "vision_config": {
108
+ "depth": 32,
109
+ "torch_dtype": "bfloat16",
110
+ "fullatt_block_indexes": [
111
+ 7,
112
+ 15,
113
+ 23,
114
+ 31
115
+ ],
116
+ "hidden_act": "silu",
117
+ "hidden_size": 1280,
118
+ "in_channels": 3,
119
+ "in_chans": 3,
120
+ "initializer_range": 0.02,
121
+ "intermediate_size": 3420,
122
+ "model_type": "qwen2_5_vl",
123
+ "num_heads": 16,
124
+ "out_hidden_size": 3584,
125
+ "patch_size": 14,
126
+ "spatial_merge_size": 2,
127
+ "spatial_patch_size": 14,
128
+ "temporal_patch_size": 2,
129
+ "tokens_per_second": 2,
130
+ "window_size": 112
131
+ },
132
+ "vision_token_id": 151654,
133
+ "vocab_size": 152064
134
+ }