patrickvonplaten commited on
Commit
0053082
1 Parent(s): ff990eb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -48
config.json CHANGED
@@ -2,43 +2,12 @@
2
  "_num_labels": 3,
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
- "add_bias_logits": false,
6
- "add_final_layer_norm": false,
7
  "architectures": [
8
  "LongformerEncoderDecoderForConditionalGeneration"
9
  ],
10
- "attention_dilation": [
11
- 1,
12
- 1,
13
- 1,
14
- 1,
15
- 1,
16
- 1,
17
- 1,
18
- 1,
19
- 1,
20
- 1,
21
- 1,
22
- 1
23
- ],
24
  "attention_dropout": 0.0,
25
- "attention_mode": "sliding_chunks",
26
  "attention_probs_dropout_prob": 0.0,
27
- "attention_window": [
28
- 512,
29
- 512,
30
- 512,
31
- 512,
32
- 512,
33
- 512,
34
- 512,
35
- 512,
36
- 512,
37
- 512,
38
- 512,
39
- 512
40
- ],
41
- "autoregressive": false,
42
  "bos_token_id": 0,
43
  "classif_dropout": 0.0,
44
  "d_model": 1024,
@@ -53,8 +22,6 @@
53
  "encoder_layerdrop": 0.0,
54
  "encoder_layers": 12,
55
  "eos_token_id": 2,
56
- "extra_pos_embeddings": 2,
57
- "force_bos_token_to_be_generated": false,
58
  "gradient_checkpointing": false,
59
  "id2label": {
60
  "0": "LABEL_0",
@@ -72,23 +39,9 @@
72
  "max_encoder_position_embeddings": 16384,
73
  "max_position_embeddings": 1024,
74
  "model_type": "bart",
75
- "normalize_before": false,
76
- "normalize_embedding": true,
77
  "num_hidden_layers": 12,
78
  "output_past": false,
79
  "pad_token_id": 1,
80
  "prefix": " ",
81
- "scale_embedding": false,
82
- "static_position_embeddings": false,
83
- "task_specific_params": {
84
- "summarization": {
85
- "early_stopping": true,
86
- "length_penalty": 2.0,
87
- "max_length": 142,
88
- "min_length": 56,
89
- "no_repeat_ngram_size": 3,
90
- "num_beams": 4
91
- }
92
- },
93
  "vocab_size": 50265
94
  }
 
2
  "_num_labels": 3,
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
 
5
  "architectures": [
6
  "LongformerEncoderDecoderForConditionalGeneration"
7
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "attention_dropout": 0.0,
 
9
  "attention_probs_dropout_prob": 0.0,
10
+ "attention_window": 1024,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "bos_token_id": 0,
12
  "classif_dropout": 0.0,
13
  "d_model": 1024,
 
22
  "encoder_layerdrop": 0.0,
23
  "encoder_layers": 12,
24
  "eos_token_id": 2,
 
 
25
  "gradient_checkpointing": false,
26
  "id2label": {
27
  "0": "LABEL_0",
 
39
  "max_encoder_position_embeddings": 16384,
40
  "max_position_embeddings": 1024,
41
  "model_type": "bart",
 
 
42
  "num_hidden_layers": 12,
43
  "output_past": false,
44
  "pad_token_id": 1,
45
  "prefix": " ",
 
 
 
 
 
 
 
 
 
 
 
 
46
  "vocab_size": 50265
47
  }