tepanee commited on
Commit
4ea8efb
1 Parent(s): 1602b8a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_head": 64,
3
+ "d_inner": 3072,
4
+ "d_model": 768,
5
+ "ff_activation": "gelu",
6
+ "n_head": 12,
7
+ "n_layer": 12,
8
+ "n_token": 32000,
9
+ "untie_r": true
10
+ }