alexcovo commited on
Commit
270a3ac
·
verified ·
1 Parent(s): 8aa06fb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +87 -0
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attn_logit_softcapping": null,
8
+ "bos_token_id": 2,
9
+ "cache_implementation": "hybrid",
10
+ "eos_token_id": 1,
11
+ "final_logit_softcapping": 30.0,
12
+ "head_dim": 128,
13
+ "hidden_act": "gelu_pytorch_tanh",
14
+ "hidden_activation": "gelu_pytorch_tanh",
15
+ "hidden_size": 4096,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 16384,
18
+ "layer_type": [
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention"
51
+ ],
52
+ "max_position_embeddings": 32768,
53
+ "model_type": "gemma3_text",
54
+ "num_attention_heads": 32,
55
+ "num_hidden_layers": 32,
56
+ "num_key_value_heads": 8,
57
+ "pad_token_id": 0,
58
+ "quantization": {
59
+ "group_size": 64,
60
+ "bits": 8,
61
+ "mode": "affine"
62
+ },
63
+ "quantization_config": {
64
+ "group_size": 64,
65
+ "bits": 8,
66
+ "mode": "affine"
67
+ },
68
+ "query_pre_attn_scalar": 128,
69
+ "rms_norm_eps": 1e-06,
70
+ "rope_local_base_freq": 10000,
71
+ "rope_scaling": {
72
+ "attn_factor": 1.0,
73
+ "beta_fast": 64.0,
74
+ "beta_slow": 1.0,
75
+ "extrapolation_factor": 1.0,
76
+ "factor": 4.0,
77
+ "original_max_position_embeddings": 8192,
78
+ "rope_type": "yarn"
79
+ },
80
+ "rope_theta": 10000,
81
+ "sliding_window": 32768,
82
+ "sliding_window_pattern": 1,
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.51.2",
85
+ "use_cache": true,
86
+ "vocab_size": 128256
87
+ }