system HF staff commited on
Commit
690ba7d
1 Parent(s): 257ec8c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +62 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bad_words_ids": null,
9
+ "bos_token_id": 50256,
10
+ "decoder_start_token_id": null,
11
+ "do_sample": false,
12
+ "early_stopping": false,
13
+ "embd_pdrop": 0.1,
14
+ "eos_token_id": 50256,
15
+ "finetuning_task": null,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "is_decoder": false,
22
+ "is_encoder_decoder": false,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1
26
+ },
27
+ "layer_norm_epsilon": 1e-05,
28
+ "length_penalty": 1.0,
29
+ "max_length": 20,
30
+ "min_length": 0,
31
+ "model_type": "gpt2",
32
+ "n_ctx": 1024,
33
+ "n_embd": 1024,
34
+ "n_head": 16,
35
+ "n_layer": 24,
36
+ "n_positions": 1024,
37
+ "n_special": 0,
38
+ "no_repeat_ngram_size": 0,
39
+ "num_beams": 1,
40
+ "num_return_sequences": 1,
41
+ "output_attentions": false,
42
+ "output_hidden_states": false,
43
+ "output_past": true,
44
+ "pad_token_id": null,
45
+ "predict_special_tokens": true,
46
+ "prefix": null,
47
+ "pruned_heads": {},
48
+ "repetition_penalty": 1.0,
49
+ "resid_pdrop": 0.1,
50
+ "summary_activation": null,
51
+ "summary_first_dropout": 0.1,
52
+ "summary_proj_to_labels": true,
53
+ "summary_type": "cls_index",
54
+ "summary_use_proj": true,
55
+ "task_specific_params": null,
56
+ "temperature": 1.0,
57
+ "top_k": 50,
58
+ "top_p": 1.0,
59
+ "torchscript": false,
60
+ "use_bfloat16": false,
61
+ "vocab_size": 50260
62
+ }