rishi70612 commited on
Commit
0b9fc97
·
verified ·
1 Parent(s): d35e9a1

Update config.json with repetition penalties

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -34,6 +34,6 @@
34
  "num_beams": 5,
35
  "early_stopping": false,
36
  "length_penalty": 1.0,
37
- "no_repeat_ngram_size": 3,
38
- "repetition_penalty": 1.2
39
  }
 
34
  "num_beams": 5,
35
  "early_stopping": false,
36
  "length_penalty": 1.0,
37
+ "no_repeat_ngram_size": 2,
38
+ "repetition_penalty": 2.0
39
  }