system HF staff commited on
Commit
27f4bc6
1 Parent(s): 8d63beb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -6
config.json CHANGED
@@ -7,7 +7,7 @@
7
  "architectures": [
8
  "BartForConditionalGeneration"
9
  ],
10
- "attention_dropout": 0.0,
11
  "bos_token_id": 0,
12
  "classif_dropout": 0.0,
13
  "d_model": 1024,
@@ -27,6 +27,7 @@
27
  2
28
  ],
29
  "extra_pos_embeddings": 2,
 
30
  "id2label": {
31
  "0": "LABEL_0",
32
  "1": "LABEL_1",
@@ -39,7 +40,6 @@
39
  "LABEL_1": 1,
40
  "LABEL_2": 2
41
  },
42
- "length_penalty": 0.5,
43
  "max_length": 62,
44
  "max_position_embeddings": 1024,
45
  "min_length": 11,
@@ -52,12 +52,9 @@
52
  "output_past": true,
53
  "pad_token_id": 1,
54
  "prefix": " ",
55
- "replacing_rate": 0,
56
- "save_step": 57,
57
  "scale_embedding": false,
58
  "static_position_embeddings": false,
59
- "student_decoder_layers": null,
60
- "student_encoder_layers": null,
61
  "task_specific_params": {},
62
  "vocab_size": 50264
63
  }
 
7
  "architectures": [
8
  "BartForConditionalGeneration"
9
  ],
10
+ "attention_dropout": 0.1,
11
  "bos_token_id": 0,
12
  "classif_dropout": 0.0,
13
  "d_model": 1024,
 
27
  2
28
  ],
29
  "extra_pos_embeddings": 2,
30
+ "force_bos_token_to_be_generated": false,
31
  "id2label": {
32
  "0": "LABEL_0",
33
  "1": "LABEL_1",
 
40
  "LABEL_1": 1,
41
  "LABEL_2": 2
42
  },
 
43
  "max_length": 62,
44
  "max_position_embeddings": 1024,
45
  "min_length": 11,
 
52
  "output_past": true,
53
  "pad_token_id": 1,
54
  "prefix": " ",
55
+ "save_step": 58,
 
56
  "scale_embedding": false,
57
  "static_position_embeddings": false,
 
 
58
  "task_specific_params": {},
59
  "vocab_size": 50264
60
  }