aman0419 commited on
Commit
09bb48d
·
verified ·
1 Parent(s): 86aa146

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 16384,
3
+ "block_size": 256,
4
+ "n_embd": 512,
5
+ "n_head": 8,
6
+ "n_layer": 10,
7
+ "dropout": 0.1,
8
+ "bias": true,
9
+ "model_type": "vital_slm"
10
+ }