mzltest commited on
Commit
18b6863
1 Parent(s): e96d831

Upload model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +10 -0
model_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "initializer_range": 0.02,
3
+ "layer_norm_epsilon": 1e-05,
4
+ "n_ctx": 1024,
5
+ "n_embd": 768,
6
+ "n_head": 12,
7
+ "n_layer": 12,
8
+ "n_positions": 1024,
9
+ "vocab_size": 21128
10
+ }