sirunchained commited on
Commit
656e73b
·
verified ·
1 Parent(s): 1c1f144

Add model configuration

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50257,
3
+ "context_length": 256,
4
+ "emb_dim": 768,
5
+ "n_heads": 12,
6
+ "n_layers": 12,
7
+ "drop_rate": 0.1,
8
+ "qkv_bias": false
9
+ }