OnlyCheeini commited on
Commit
d68fa83
·
verified ·
1 Parent(s): d23c78c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 8192,
3
+ "context_len": 12000,
4
+ "n_embd": 768,
5
+ "n_head": 12,
6
+ "n_layer": 12,
7
+ "attn_dropout": 0.1,
8
+ "resid_dropout": 0.1,
9
+ "embd_dropout": 0.1,
10
+ "mlp_dropout": 0.1
11
+ }