ayjays132 commited on
Commit
947bf59
1 Parent(s): aca8aa5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -3
config.json CHANGED
@@ -1,8 +1,26 @@
1
  {
2
  "activation_function": "gelu_new",
3
- "architectures": [
4
- "GPT2LMHeadModel"
5
- ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  "complexity_metric": null,
7
  "desired_improvement_rate": 0.02,
8
  "ecosystem_dynamics": {
 
1
  {
2
  "activation_function": "gelu_new",
3
+ "architectures": ["GPT2LMHeadModel"],
4
+ "attn_pdrop": 0.1,
5
+ "bos_token_id": 50256,
6
+ "embd_pdrop": 0.1,
7
+ "eos_token_id": 50256,
8
+ "initializer_range": 0.02,
9
+ "layer_norm_epsilon": 1e-05,
10
+ "model_type": "gpt2",
11
+ "n_ctx": 1024,
12
+ "n_embd": 1024,
13
+ "n_head": 16,
14
+ "n_layer": 24,
15
+ "n_positions": 1024,
16
+ "n_special": 0,
17
+ "predict_special_tokens": true,
18
+ "resid_pdrop": 0.1,
19
+ "summary_activation": null,
20
+ "summary_first_dropout": 0.1,
21
+ "summary_proj_to_labels": true,
22
+ "summary_type": "cls_index",
23
+ "summary_use_proj": true,
24
  "complexity_metric": null,
25
  "desired_improvement_rate": 0.02,
26
  "ecosystem_dynamics": {