angkul07 commited on
Commit
3ca764f
·
verified ·
1 Parent(s): df8067c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt",
3
+ "context_length": 256,
4
+ "drop_rate": 0.2,
5
+ "emb_dim": 768,
6
+ "flash": true,
7
+ "n_heads": 16,
8
+ "n_layers": 12,
9
+ "qkv_bias": false,
10
+ "vocab_size": 26000
11
+ }