File size: 880 Bytes
c30a1de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "Gemma3nAudioEncoder"
  ],
  "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,
  "dtype": "float32",
  "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
    ]
  ],
  "transformers_version": "5.16.0.dev0",
  "vocab_offset": 262272,
  "vocab_size": 262400
}