snehrdich commited on
Commit
d25d212
1 Parent(s): 608a32a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -45,6 +45,8 @@
45
  "normalize_before": true,
46
  "normalize_embedding": true,
47
  "num_beams": 5,
 
 
48
  "num_hidden_layers": 12,
49
  "output_past": true,
50
  "pad_token_id": 1,
 
45
  "normalize_before": true,
46
  "normalize_embedding": true,
47
  "num_beams": 5,
48
+ "length_penalty" : 1.5,
49
+ "repetition_penalty" : 1.5
50
  "num_hidden_layers": 12,
51
  "output_past": true,
52
  "pad_token_id": 1,