nicoladecao commited on
Commit
637343c
1 Parent(s): 6101adb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -22
config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/bart-large-xsum",
3
- "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
  "add_bias_logits": false,
@@ -10,8 +9,6 @@
10
  ],
11
  "attention_dropout": 0.0,
12
  "bos_token_id": 0,
13
- "classif_dropout": 0.0,
14
- "classifier_dropout": 0.0,
15
  "d_model": 1024,
16
  "decoder_attention_heads": 16,
17
  "decoder_ffn_dim": 4096,
@@ -19,7 +16,6 @@
19
  "decoder_layers": 12,
20
  "decoder_start_token_id": 2,
21
  "dropout": 0.1,
22
- "early_stopping": true,
23
  "encoder_attention_heads": 16,
24
  "encoder_ffn_dim": 4096,
25
  "encoder_layerdrop": 0.0,
@@ -30,31 +26,16 @@
30
  ],
31
  "forced_eos_token_id": 2,
32
  "gradient_checkpointing": false,
33
- "id2label": {
34
- "0": "LABEL_0",
35
- "1": "LABEL_1",
36
- "2": "LABEL_2"
37
- },
38
  "init_std": 0.02,
39
  "is_encoder_decoder": true,
40
- "label2id": {
41
- "LABEL_0": 0,
42
- "LABEL_1": 1,
43
- "LABEL_2": 2
44
- },
45
- "max_length": 62,
46
  "max_position_embeddings": 1024,
47
- "min_length": 11,
48
  "model_type": "bart",
49
- "no_repeat_ngram_size": 3,
50
  "normalize_before": false,
51
  "normalize_embedding": true,
52
- "num_beams": 6,
53
  "num_hidden_layers": 12,
54
- "output_past": true,
55
  "pad_token_id": 1,
56
- "prefix": " ",
57
- "replacing_rate": 0,
58
  "scale_embedding": false,
59
  "static_position_embeddings": false,
60
  "student_decoder_layers": null,
 
1
  {
2
+ "_name_or_path": "facebook/genre-kilt",
 
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
  "add_bias_logits": false,
 
9
  ],
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 0,
 
 
12
  "d_model": 1024,
13
  "decoder_attention_heads": 16,
14
  "decoder_ffn_dim": 4096,
 
16
  "decoder_layers": 12,
17
  "decoder_start_token_id": 2,
18
  "dropout": 0.1,
 
19
  "encoder_attention_heads": 16,
20
  "encoder_ffn_dim": 4096,
21
  "encoder_layerdrop": 0.0,
 
26
  ],
27
  "forced_eos_token_id": 2,
28
  "gradient_checkpointing": false,
 
 
 
 
 
29
  "init_std": 0.02,
30
  "is_encoder_decoder": true,
31
+ "max_length": 1024,
 
 
 
 
 
32
  "max_position_embeddings": 1024,
33
+ "min_length": 0,
34
  "model_type": "bart",
 
35
  "normalize_before": false,
36
  "normalize_embedding": true,
 
37
  "num_hidden_layers": 12,
 
38
  "pad_token_id": 1,
 
 
39
  "scale_embedding": false,
40
  "static_position_embeddings": false,
41
  "student_decoder_layers": null,