system HF staff commited on
Commit
0ca21e6
1 Parent(s): f68dda4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50256,
3
+ "eos_token_ids": [
4
+ 50256
5
+ ],
6
+ "initializer_range": 0.02,
7
+ "layer_norm_epsilon": 1e-05,
8
+ "model_type": "gpt2",
9
+ "n_ctx": 1024,
10
+ "n_embd": 768,
11
+ "n_head": 16,
12
+ "n_layer": 24,
13
+ "n_positions": 1024,
14
+ "pad_token_id": 50256,
15
+ "vocab_size": 50257
16
+ }