dinhcap commited on
Commit
051f6c5
·
verified ·
1 Parent(s): 366299e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +102 -0
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma4UnifiedForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attention_k_eq_v": true,
8
+ "bos_token_id": 2,
9
+ "torch_dtype": "float16",
10
+ "enable_moe_block": false,
11
+ "eos_token_id": 1,
12
+ "final_logit_softcapping": 30.0,
13
+ "global_head_dim": 512,
14
+ "head_dim": 256,
15
+ "hidden_activation": "gelu_pytorch_tanh",
16
+ "hidden_size": 3840,
17
+ "hidden_size_per_layer_input": 0,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 15360,
20
+ "layer_types": [
21
+ "sliding_attention",
22
+ "sliding_attention",
23
+ "sliding_attention",
24
+ "sliding_attention",
25
+ "sliding_attention",
26
+ "full_attention",
27
+ "sliding_attention",
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "sliding_attention",
31
+ "sliding_attention",
32
+ "full_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "sliding_attention",
37
+ "sliding_attention",
38
+ "full_attention",
39
+ "sliding_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "sliding_attention",
43
+ "sliding_attention",
44
+ "full_attention",
45
+ "sliding_attention",
46
+ "sliding_attention",
47
+ "sliding_attention",
48
+ "sliding_attention",
49
+ "sliding_attention",
50
+ "full_attention",
51
+ "sliding_attention",
52
+ "sliding_attention",
53
+ "sliding_attention",
54
+ "sliding_attention",
55
+ "sliding_attention",
56
+ "full_attention",
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
+ ],
70
+ "max_position_embeddings": 262144,
71
+ "model_name": "unsloth/gemma-4-12b-it",
72
+ "model_type": "gemma4_unified_text",
73
+ "moe_intermediate_size": null,
74
+ "num_attention_heads": 16,
75
+ "num_experts": null,
76
+ "num_global_key_value_heads": 1,
77
+ "num_hidden_layers": 48,
78
+ "num_key_value_heads": 8,
79
+ "num_kv_shared_layers": 0,
80
+ "pad_token_id": 0,
81
+ "rms_norm_eps": 1e-06,
82
+ "rope_parameters": {
83
+ "full_attention": {
84
+ "partial_rotary_factor": 0.25,
85
+ "rope_theta": 1000000.0,
86
+ "rope_type": "proportional"
87
+ },
88
+ "sliding_attention": {
89
+ "rope_theta": 10000.0,
90
+ "rope_type": "default"
91
+ }
92
+ },
93
+ "sliding_window": 1024,
94
+ "tie_word_embeddings": true,
95
+ "top_k_experts": null,
96
+ "unsloth_version": "2026.7.3",
97
+ "use_bidirectional_attention": "vision",
98
+ "use_cache": false,
99
+ "use_double_wide_mlp": false,
100
+ "vocab_size": 262144,
101
+ "vocab_size_per_layer_input": 262144
102
+ }