lecraquito commited on
Commit
c3edff6
·
verified ·
1 Parent(s): ec3260e

Upload config (1).json

Browse files
Files changed (1) hide show
  1. config (1).json +10 -0
config (1).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
+ }