mymusise commited on
Commit
8c1c7cb
1 Parent(s): 13c1ec4

update configs

Browse files

Signed-off-by: mymusise <mymusise1@gmail.com>

Files changed (1) hide show
  1. config.json +6 -5
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
 
2
  "architectures": [
3
  "TFGPT2LMHeadModel"
4
  ],
5
- "activation_function": "gelu_new",
6
- "attn_pdrop": 0.1,
7
  "bos_token_id": 50256,
8
- "embd_pdrop": 0.1,
9
  "eos_token_id": 50256,
10
  "gradient_checkpointing": false,
11
  "initializer_range": 0.02,
@@ -18,9 +18,9 @@
18
  "n_layer": 32,
19
  "n_positions": 1024,
20
  "pad_token_id": 0,
21
- "resid_pdrop": 0.1,
22
  "summary_activation": null,
23
- "summary_first_dropout": 0.1,
24
  "summary_proj_to_labels": true,
25
  "summary_type": "cls_index",
26
  "summary_use_proj": true,
@@ -31,5 +31,6 @@
31
  }
32
  },
33
  "tokenizer_class": "XLNetTokenizer",
 
34
  "vocab_size": 30000
35
  }
1
  {
2
+ "activation_function": "gelu",
3
  "architectures": [
4
  "TFGPT2LMHeadModel"
5
  ],
6
+ "attn_pdrop": 0.0,
 
7
  "bos_token_id": 50256,
8
+ "embd_pdrop": 0.0,
9
  "eos_token_id": 50256,
10
  "gradient_checkpointing": false,
11
  "initializer_range": 0.02,
18
  "n_layer": 32,
19
  "n_positions": 1024,
20
  "pad_token_id": 0,
21
+ "resid_pdrop": 0.0,
22
  "summary_activation": null,
23
+ "summary_first_dropout": 0.0,
24
  "summary_proj_to_labels": true,
25
  "summary_type": "cls_index",
26
  "summary_use_proj": true,
31
  }
32
  },
33
  "tokenizer_class": "XLNetTokenizer",
34
+ "use_cache": true,
35
  "vocab_size": 30000
36
  }