4eJIoBek commited on
Commit
ef0a933
·
1 Parent(s): 1f71592

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -12
config.json CHANGED
@@ -1,27 +1,29 @@
1
  {
2
- "activation_function": "gelu_new",
3
- "architectures": [
4
- "GPT2LMHeadModel"
5
- ],
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,
 
12
  "layer_norm_epsilon": 1e-05,
13
- "model_type": "gpt2",
14
  "n_ctx": 2048,
15
- "n_embd": 768,
16
- "n_head": 12,
17
- "n_inner": null,
18
- "n_layer": 12,
19
  "n_positions": 2048,
 
 
 
 
 
 
 
20
  "resid_pdrop": 0.1,
21
  "summary_activation": null,
22
  "summary_first_dropout": 0.1,
23
  "summary_proj_to_labels": true,
24
  "summary_type": "cls_index",
25
  "summary_use_proj": true,
 
 
26
  "vocab_size": 50257
27
  }
 
1
  {
 
 
 
 
2
  "attn_pdrop": 0.1,
 
3
  "embd_pdrop": 0.1,
4
+ "finetuning_task": null,
 
5
  "initializer_range": 0.02,
6
+ "is_decoder": false,
7
  "layer_norm_epsilon": 1e-05,
 
8
  "n_ctx": 2048,
9
+ "n_embd": 1024,
10
+ "n_head": 16,
11
+ "n_layer": 24,
 
12
  "n_positions": 2048,
13
+ "n_special": 0,
14
+ "num_labels": 1,
15
+ "output_attentions": false,
16
+ "output_hidden_states": false,
17
+ "output_past": true,
18
+ "predict_special_tokens": true,
19
+ "pruned_heads": {},
20
  "resid_pdrop": 0.1,
21
  "summary_activation": null,
22
  "summary_first_dropout": 0.1,
23
  "summary_proj_to_labels": true,
24
  "summary_type": "cls_index",
25
  "summary_use_proj": true,
26
+ "torchscript": false,
27
+ "use_bfloat16": false,
28
  "vocab_size": 50257
29
  }