SVECTOR-OFFICIAL commited on
Commit
dc7e404
·
verified ·
1 Parent(s): f40fb7b

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPT2LMHeadModel"],
3
+ "model_type": "gpt2",
4
+ "n_ctx": 1024,
5
+ "n_embd": 768,
6
+ "n_head": 12,
7
+ "n_layer": 12,
8
+ "vocab_size": 50257,
9
+ "activation_function": "gelu",
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-5
12
+ }