JoseferEins commited on
Commit
27c73eb
·
verified ·
1 Parent(s): 9efbdd2

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "google/gemma-2-2b-it",
4
+ "architectures": [
5
+ "Gemma2ForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "attn_logit_softcapping": 50.0,
10
+ "bos_token_id": 2,
11
+ "cache_implementation": "hybrid",
12
+ "eos_token_id": [
13
+ 1,
14
+ 107
15
+ ],
16
+ "final_logit_softcapping": 30.0,
17
+ "head_dim": 256,
18
+ "hidden_act": "gelu_pytorch_tanh",
19
+ "hidden_activation": "gelu_pytorch_tanh",
20
+ "hidden_size": 2304,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 9216,
23
+ "max_position_embeddings": 8192,
24
+ "model_type": "gemma2",
25
+ "num_attention_heads": 8,
26
+ "num_hidden_layers": 26,
27
+ "num_key_value_heads": 4,
28
+ "pad_token_id": 0,
29
+ "query_pre_attn_scalar": 256,
30
+ "rms_norm_eps": 1e-06,
31
+ "rope_theta": 10000.0,
32
+ "sliding_window": 4096,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.48.3",
35
+ "use_cache": true,
36
+ "vocab_size": 256000
37
+ }