system HF staff commited on
Commit
98ce27b
1 Parent(s): 17d959a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +49 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPT2LMHeadModel"
4
+ ],
5
+ "attn_pdrop": 0.1,
6
+ "bos_token_id": 0,
7
+ "do_sample": false,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_ids": 0,
10
+ "finetuning_task": null,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "is_decoder": false,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_epsilon": 1e-05,
20
+ "length_penalty": 1.0,
21
+ "max_length": 20,
22
+ "model_type": "gpt2",
23
+ "n_ctx": 1024,
24
+ "n_embd": 1280,
25
+ "n_head": 20,
26
+ "n_layer": 36,
27
+ "n_positions": 1024,
28
+ "num_beams": 1,
29
+ "num_labels": 1,
30
+ "num_return_sequences": 1,
31
+ "output_attentions": false,
32
+ "output_hidden_states": false,
33
+ "output_past": true,
34
+ "pad_token_id": 0,
35
+ "pruned_heads": {},
36
+ "repetition_penalty": 1.0,
37
+ "resid_pdrop": 0.1,
38
+ "summary_activation": null,
39
+ "summary_first_dropout": 0.1,
40
+ "summary_proj_to_labels": true,
41
+ "summary_type": "cls_index",
42
+ "summary_use_proj": true,
43
+ "temperature": 1.0,
44
+ "top_k": 50,
45
+ "top_p": 1.0,
46
+ "torchscript": false,
47
+ "use_bfloat16": false,
48
+ "vocab_size": 50257
49
+ }