filco306 commited on
Commit
80ac77b
1 Parent(s): f594d7b

Adding config.json

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPT2LMHeadModel"
4
+ ],
5
+ "attn_pdrop": 0.1,
6
+ "embd_pdrop": 0.1,
7
+ "extra_embedding_dim": 768,
8
+ "finetuning_task": null,
9
+ "initializer_range": 0.02,
10
+ "is_decoder": false,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "n_ctx": 1024,
13
+ "n_embd": 1280,
14
+ "n_head": 20,
15
+ "n_layer": 36,
16
+ "n_positions": 1024,
17
+ "num_labels": 1,
18
+ "output_attentions": false,
19
+ "output_hidden_states": false,
20
+ "output_past": true,
21
+ "pruned_heads": {},
22
+ "resid_pdrop": 0.1,
23
+ "summary_activation": null,
24
+ "summary_first_dropout": 0.1,
25
+ "summary_proj_to_labels": true,
26
+ "summary_type": "cls_index",
27
+ "summary_use_proj": true,
28
+ "torchscript": false,
29
+ "use_bfloat16": false,
30
+ "vocab_size": 50266
31
+ }