File size: 3,537 Bytes
3144aca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
  "architectures": [
    "Gemma3nModel"
  ],
  "audio_config": {
    "conf_attention_chunk_size": 4,
    "conf_attention_context_left": 5,
    "conf_attention_context_right": 0,
    "conf_attention_logit_cap": 50.0,
    "conf_conv_kernel_size": 3,
    "conf_num_attention_heads": 4,
    "conf_num_hidden_layers": 2,
    "conf_reduction_factor": 4,
    "conf_residual_weight": 0.5,
    "gradient_clipping": 10000000000.0,
    "hidden_size": 32,
    "input_feat_size": 32,
    "model_type": "gemma3n_audio",
    "rms_norm_eps": 1e-06,
    "sscp_conv_channel_size": [
      16,
      8
    ],
    "sscp_conv_group_norm_eps": 0.001,
    "sscp_conv_kernel_size": [
      [
        3,
        3
      ],
      [
        3,
        3
      ]
    ],
    "sscp_conv_stride_size": [
      [
        2,
        2
      ],
      [
        2,
        2
      ]
    ],
    "vocab_offset": 262272,
    "vocab_size": 128
  },
  "audio_soft_tokens_per_image": 4,
  "audio_token_id": 8,
  "boa_token_id": 6,
  "boi_token_id": 4,
  "dtype": "float32",
  "eoa_token_id": 7,
  "eoi_token_id": 5,
  "image_token_id": 3,
  "initializer_range": 0.02,
  "mm_tokens_per_image": 2,
  "model_type": "gemma3n",
  "text_config": {
    "activation_sparsity_pattern": [
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "altup_active_idx": 0,
    "altup_coef_clip": 120.0,
    "altup_correct_scale": true,
    "altup_num_inputs": 2,
    "attention_bias": false,
    "attention_dropout": 0.0,
    "bos_token_id": 2,
    "eos_token_id": 1,
    "final_logit_softcapping": 30.0,
    "head_dim": 8,
    "hidden_activation": "gelu_pytorch_tanh",
    "hidden_size": 16,
    "hidden_size_per_layer_input": 16,
    "initializer_range": 0.02,
    "intermediate_size": [
      22,
      22,
      22,
      22
    ],
    "laurel_rank": 64,
    "layer_types": [
      "full_attention",
      "sliding_attention",
      "full_attention",
      "sliding_attention"
    ],
    "max_position_embeddings": 512,
    "model_type": "gemma3n_text",
    "num_attention_heads": 2,
    "num_hidden_layers": 4,
    "num_key_value_heads": 2,
    "num_kv_shared_layers": 2,
    "pad_token_id": 0,
    "rms_norm_eps": 1e-06,
    "rope_parameters": {
      "full_attention": {
        "rope_theta": 1000000.0,
        "rope_type": "default"
      },
      "sliding_attention": {
        "rope_theta": 10000.0,
        "rope_type": "default"
      }
    },
    "sliding_window": 512,
    "tie_word_embeddings": true,
    "use_cache": true,
    "vocab_size": 262400,
    "vocab_size_per_layer_input": 99
  },
  "tie_word_embeddings": true,
  "transformers_version": "5.16.0.dev0",
  "use_cache": true,
  "vision_config": {
    "architecture": "vit_pe_core_large_patch14_336",
    "do_pooling": false,
    "hidden_size": 32,
    "image_size": 20,
    "initializer_range": 0.02,
    "intermediate_size": 37,
    "is_training": true,
    "label_names": [
      "LABEL_0",
      "LABEL_1"
    ],
    "model_args": {
      "depth": 2,
      "embed_dim": 64,
      "global_pool": "",
      "img_size": [
        20,
        20
      ],
      "init_values": 0.1,
      "ref_feat_shape": [
        1,
        1
      ],
      "use_post_transformer_norm": false
    },
    "model_type": "gemma3n_vision",
    "num_attention_heads": 4,
    "num_channels": 3,
    "num_classes": 2,
    "num_hidden_layers": 2,
    "num_key_value_heads": 1,
    "patch_size": 5,
    "rms_norm_eps": 1e-06,
    "use_labels": true,
    "vocab_offset": 262144,
    "vocab_size": 128
  },
  "vision_soft_tokens_per_image": 4
}