underwater45 commited on
Commit
0a105c5
·
verified ·
1 Parent(s): 53d0eb2

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt-2",
3
+ "architectures": ["GPT2LMHeadModel"],
4
+ "model_name_or_path": "Magical-1.5-Sun-chat",
5
+ "vocab_size": 50257,
6
+ "n_positions": 1024,
7
+ "n_ctx": 1024,
8
+ "n_embd": 768,
9
+ "n_layer": 12,
10
+ "n_head": 12,
11
+ "activation_function": "gelu_new",
12
+ "resid_pdrop": 0.1,
13
+ "embd_pdrop": 0.1,
14
+ "attn_pdrop": 0.1,
15
+ "layer_norm_epsilon": 1e-5,
16
+ "initializer_range": 0.02,
17
+ "summary_type": "cls_index",
18
+ "summary_use_proj": true,
19
+ "summary_activation": null,
20
+ "summary_proj_to_labels": true,
21
+ "summary_first_dropout": 0.1,
22
+ "scale_attn_weights": true,
23
+ "use_cache": true,
24
+ "bos_token_id": 50256,
25
+ "eos_token_id": 50256
26
+ }