srmty commited on
Commit
6bcdc66
·
verified ·
1 Parent(s): a072219

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tiny-llama",
3
+
4
+ "hidden_dim": 768,
5
+ "n_heads": 12,
6
+ "n_layer": 12,
7
+
8
+ "intermediate_dim": 1024,
9
+ "max_position_embedding": 256,
10
+
11
+ "n_kv_heads": 4,
12
+ "vocab_size": 32000,
13
+ "padding_idx": 2,
14
+
15
+ "rms_norm_eps": 1e-5,
16
+ "attention_dropout": 0.1,
17
+ "rope_theta": 10000
18
+ }