saiskandadotin commited on
Commit
f270bcf
·
verified ·
1 Parent(s): b37d45b

Upload /1.7B_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 1.7B_config.json +17 -0
1.7B_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 2048,
3
+ "ffn_dim_multiplier": 1,
4
+ "hidden_dim": 6144,
5
+ "n_heads": 16,
6
+ "head_dim": 128,
7
+ "n_kv_heads": 8,
8
+ "n_layers": 28,
9
+ "norm_eps": 1e-06,
10
+ "rope_theta": 1000000.0,
11
+ "use_scaled_rope": false,
12
+ "vocab_size": 151936,
13
+ "use_hf_rope": true,
14
+ "attention_qkv_bias": false,
15
+ "use_qk_norm": true,
16
+ "qk_norm_before_rope": true
17
+ }