apepkuss79 commited on
Commit
71c9607
1 Parent(s): 582864c

Upload config.json with huggingface_hub

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