lecraquito commited on
Commit
05a4de9
1 Parent(s): f02bdb9

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bias": false,
3
+ "block_size": 1024,
4
+ "dropout": 0.2,
5
+ "n_embd": 768,
6
+ "n_head": 12,
7
+ "n_layer": 12,
8
+ "use_flash": true,
9
+ "vocab_size": 96
10
+ }