efficiencyx commited on
Commit
bf4fdf9
·
verified ·
1 Parent(s): e28399c

Trained with Unsloth - config

Browse files
Files changed (1) hide show
  1. config.json +170 -0
config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma4UnifiedForConditionalGeneration"
4
+ ],
5
+ "audio_config": {
6
+ "_name_or_path": "",
7
+ "architectures": null,
8
+ "audio_embed_dim": 640,
9
+ "chunk_size_feed_forward": 0,
10
+ "dtype": "float16",
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "is_encoder_decoder": false,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1
20
+ },
21
+ "model_type": "gemma4_unified_audio",
22
+ "output_attentions": false,
23
+ "output_hidden_states": false,
24
+ "problem_type": null,
25
+ "return_dict": true,
26
+ "rms_norm_eps": 1e-06
27
+ },
28
+ "audio_token_id": 258881,
29
+ "boa_token_id": 256000,
30
+ "boi_token_id": 255999,
31
+ "dtype": "float16",
32
+ "eoa_token_index": 258883,
33
+ "eoi_token_id": 258882,
34
+ "eos_token_id": 106,
35
+ "image_token_id": 258880,
36
+ "initializer_range": 0.02,
37
+ "model_name": "efficiencyx/Jun-Lora-v2-SAFETENSOR",
38
+ "model_type": "gemma4_unified",
39
+ "pad_token_id": 0,
40
+ "text_config": {
41
+ "attention_bias": false,
42
+ "attention_dropout": 0.0,
43
+ "attention_k_eq_v": true,
44
+ "bos_token_id": 2,
45
+ "dtype": "float16",
46
+ "enable_moe_block": false,
47
+ "eos_token_id": 1,
48
+ "final_logit_softcapping": 30.0,
49
+ "global_head_dim": 512,
50
+ "head_dim": 256,
51
+ "hidden_activation": "gelu_pytorch_tanh",
52
+ "hidden_size": 3840,
53
+ "hidden_size_per_layer_input": 0,
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 15360,
56
+ "layer_types": [
57
+ "sliding_attention",
58
+ "sliding_attention",
59
+ "sliding_attention",
60
+ "sliding_attention",
61
+ "sliding_attention",
62
+ "full_attention",
63
+ "sliding_attention",
64
+ "sliding_attention",
65
+ "sliding_attention",
66
+ "sliding_attention",
67
+ "sliding_attention",
68
+ "full_attention",
69
+ "sliding_attention",
70
+ "sliding_attention",
71
+ "sliding_attention",
72
+ "sliding_attention",
73
+ "sliding_attention",
74
+ "full_attention",
75
+ "sliding_attention",
76
+ "sliding_attention",
77
+ "sliding_attention",
78
+ "sliding_attention",
79
+ "sliding_attention",
80
+ "full_attention",
81
+ "sliding_attention",
82
+ "sliding_attention",
83
+ "sliding_attention",
84
+ "sliding_attention",
85
+ "sliding_attention",
86
+ "full_attention",
87
+ "sliding_attention",
88
+ "sliding_attention",
89
+ "sliding_attention",
90
+ "sliding_attention",
91
+ "sliding_attention",
92
+ "full_attention",
93
+ "sliding_attention",
94
+ "sliding_attention",
95
+ "sliding_attention",
96
+ "sliding_attention",
97
+ "sliding_attention",
98
+ "full_attention",
99
+ "sliding_attention",
100
+ "sliding_attention",
101
+ "sliding_attention",
102
+ "sliding_attention",
103
+ "sliding_attention",
104
+ "full_attention"
105
+ ],
106
+ "max_position_embeddings": 262144,
107
+ "model_type": "gemma4_unified_text",
108
+ "moe_intermediate_size": null,
109
+ "num_attention_heads": 16,
110
+ "num_experts": null,
111
+ "num_global_key_value_heads": 1,
112
+ "num_hidden_layers": 48,
113
+ "num_key_value_heads": 8,
114
+ "num_kv_shared_layers": 0,
115
+ "pad_token_id": 0,
116
+ "rms_norm_eps": 1e-06,
117
+ "rope_parameters": {
118
+ "full_attention": {
119
+ "partial_rotary_factor": 0.25,
120
+ "rope_theta": 1000000.0,
121
+ "rope_type": "proportional"
122
+ },
123
+ "sliding_attention": {
124
+ "rope_theta": 10000.0,
125
+ "rope_type": "default"
126
+ }
127
+ },
128
+ "sliding_window": 1024,
129
+ "tie_word_embeddings": true,
130
+ "top_k_experts": null,
131
+ "use_bidirectional_attention": "vision",
132
+ "use_cache": false,
133
+ "use_double_wide_mlp": false,
134
+ "vocab_size": 262144,
135
+ "vocab_size_per_layer_input": 262144
136
+ },
137
+ "tie_word_embeddings": true,
138
+ "transformers_version": "5.10.2",
139
+ "unsloth_fixed": true,
140
+ "unsloth_version": "2026.6.8",
141
+ "video_token_id": 258884,
142
+ "vision_config": {
143
+ "_name_or_path": "",
144
+ "architectures": null,
145
+ "chunk_size_feed_forward": 0,
146
+ "dtype": "float16",
147
+ "id2label": {
148
+ "0": "LABEL_0",
149
+ "1": "LABEL_1"
150
+ },
151
+ "initializer_range": 0.02,
152
+ "is_encoder_decoder": false,
153
+ "label2id": {
154
+ "LABEL_0": 0,
155
+ "LABEL_1": 1
156
+ },
157
+ "mm_embed_dim": 3840,
158
+ "mm_posemb_size": 1120,
159
+ "model_type": "gemma4_unified_vision",
160
+ "num_soft_tokens": 280,
161
+ "output_attentions": false,
162
+ "output_hidden_states": false,
163
+ "output_proj_dims": 3840,
164
+ "patch_size": 16,
165
+ "pooling_kernel_size": 3,
166
+ "problem_type": null,
167
+ "return_dict": true,
168
+ "rms_norm_eps": 1e-06
169
+ }
170
+ }