whynlp commited on
Commit
ddf2470
·
verified ·
1 Parent(s): 737acd1

Upload config

Browse files
Files changed (1) hide show
  1. config.json +45 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "outputs/pccot-gpt2-h800-3-24-seed0-upload",
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "PCoTGPT2LMHeadModel"
7
+ ],
8
+ "attn_pdrop": 0.1,
9
+ "bos_token_id": 50256,
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "loss_alpha": 1.0,
15
+ "loss_beta": 1.0,
16
+ "loss_gamma": 1.0,
17
+ "model_type": "pccot-gpt2",
18
+ "n_ctx": 1024,
19
+ "n_embd": 768,
20
+ "n_head": 12,
21
+ "n_inner": null,
22
+ "n_layer": 12,
23
+ "n_positions": 1024,
24
+ "num_iterations": 3,
25
+ "reorder_and_upcast_attn": false,
26
+ "resid_pdrop": 0.1,
27
+ "scale_attn_by_inverse_layer_idx": false,
28
+ "scale_attn_weights": true,
29
+ "summary_activation": null,
30
+ "summary_first_dropout": 0.1,
31
+ "summary_proj_to_labels": true,
32
+ "summary_type": "cls_index",
33
+ "summary_use_proj": true,
34
+ "task_specific_params": {
35
+ "text-generation": {
36
+ "do_sample": true,
37
+ "max_length": 50
38
+ }
39
+ },
40
+ "transformers_version": "4.46.3",
41
+ "use_cache": true,
42
+ "use_layerwise_std": true,
43
+ "use_projection": false,
44
+ "vocab_size": 50261
45
+ }