system HF staff commited on
Commit
d1a5fa6
1 Parent(s): bac5d79

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -8
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "gelu",
4
- "add_bias_logits": false,
5
  "add_final_layer_norm": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
@@ -11,14 +11,15 @@
11
  "decoder_ffn_dim": 3072,
12
  "decoder_layerdrop": 0.0,
13
  "decoder_layers": 6,
 
14
  "dropout": 0.1,
 
15
  "encoder_attention_heads": 12,
16
  "encoder_ffn_dim": 3072,
17
  "encoder_layerdrop": 0.0,
18
  "encoder_layers": 6,
19
  "eos_token_id": 2,
20
- "extra_pos_embeddings": 2,
21
- "force_bos_token_to_be_generated": false,
22
  "id2label": {
23
  "0": "LABEL_0",
24
  "1": "LABEL_1",
@@ -31,21 +32,25 @@
31
  "LABEL_1": 1,
32
  "LABEL_2": 2
33
  },
 
 
34
  "max_position_embeddings": 1024,
 
35
  "model_type": "bart",
 
36
  "normalize_before": false,
37
- "normalize_embedding": true,
38
  "num_hidden_layers": 6,
 
39
  "pad_token_id": 1,
40
- "save_step": 3,
41
  "scale_embedding": false,
42
- "static_position_embeddings": false,
43
  "task_specific_params": {
44
  "summarization": {
45
  "early_stopping": true,
46
  "length_penalty": 2.0,
47
- "max_length": 50,
48
- "min_length": 5,
49
  "no_repeat_ngram_size": 3,
50
  "num_beams": 4
51
  }
1
  {
2
+ "_num_labels": 3,
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
5
  "add_final_layer_norm": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 0,
11
  "decoder_ffn_dim": 3072,
12
  "decoder_layerdrop": 0.0,
13
  "decoder_layers": 6,
14
+ "decoder_start_token_id": 2,
15
  "dropout": 0.1,
16
+ "early_stopping": true,
17
  "encoder_attention_heads": 12,
18
  "encoder_ffn_dim": 3072,
19
  "encoder_layerdrop": 0.0,
20
  "encoder_layers": 6,
21
  "eos_token_id": 2,
22
+ "force_bos_token_to_be_generated": true,
 
23
  "id2label": {
24
  "0": "LABEL_0",
25
  "1": "LABEL_1",
32
  "LABEL_1": 1,
33
  "LABEL_2": 2
34
  },
35
+ "length_penalty": 2.0,
36
+ "max_length": 142,
37
  "max_position_embeddings": 1024,
38
+ "min_length": 56,
39
  "model_type": "bart",
40
+ "no_repeat_ngram_size": 3,
41
  "normalize_before": false,
42
+ "num_beams": 4,
43
  "num_hidden_layers": 6,
44
+ "output_past": true,
45
  "pad_token_id": 1,
46
+ "prefix": " ",
47
  "scale_embedding": false,
 
48
  "task_specific_params": {
49
  "summarization": {
50
  "early_stopping": true,
51
  "length_penalty": 2.0,
52
+ "max_length": 142,
53
+ "min_length": 56,
54
  "no_repeat_ngram_size": 3,
55
  "num_beams": 4
56
  }