system HF staff commited on
Commit
8c83c40
1 Parent(s): c6d24c6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -10
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "_num_labels": 3,
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
5
  "add_final_layer_norm": false,
6
  "architectures": [
7
  "BartForConditionalGeneration"
@@ -43,21 +44,17 @@
43
  "model_type": "bart",
44
  "no_repeat_ngram_size": 3,
45
  "normalize_before": false,
 
46
  "num_beams": 6,
47
  "num_hidden_layers": 12,
48
  "output_past": true,
49
  "pad_token_id": 1,
50
  "prefix": " ",
 
51
  "scale_embedding": false,
52
- "task_specific_params": {
53
- "summarization": {
54
- "early_stopping": true,
55
- "length_penalty": 2.0,
56
- "max_length": 142,
57
- "min_length": 56,
58
- "no_repeat_ngram_size": 3,
59
- "num_beams": 4
60
- }
61
- },
62
  "vocab_size": 50264
63
  }
 
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
  "BartForConditionalGeneration"
 
44
  "model_type": "bart",
45
  "no_repeat_ngram_size": 3,
46
  "normalize_before": false,
47
+ "normalize_embedding": true,
48
  "num_beams": 6,
49
  "num_hidden_layers": 12,
50
  "output_past": true,
51
  "pad_token_id": 1,
52
  "prefix": " ",
53
+ "replacing_rate": 0,
54
  "scale_embedding": false,
55
+ "static_position_embeddings": false,
56
+ "student_decoder_layers": null,
57
+ "student_encoder_layers": null,
58
+ "task_specific_params": {},
 
 
 
 
 
 
59
  "vocab_size": 50264
60
  }