devoppro commited on
Commit
65b399e
·
verified ·
1 Parent(s): 100e5c4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50257,
3
+ "block_size": 512,
4
+ "n_layer": 12,
5
+ "n_head": 12,
6
+ "n_kv_head": 4,
7
+ "n_embd": 768,
8
+ "dropout": 0.0,
9
+ "rope_theta": 10000.0,
10
+ "norm_eps": 1e-05,
11
+ "ffn_mult": 2.6666666666666665
12
+ }