snehrdich commited on
Commit
c8b2478
1 Parent(s): d1eeed3

Update config.json

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