José Ángel González commited on
Commit
249a6f5
1 Parent(s): 7c71bf4

Update config.json

Browse files

Parameters for `generate` in config

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -37,7 +37,7 @@
37
  "task_specific_params": {
38
  "summarization": {
39
  "early_stopping": true,
40
- "length_penalty": 2.0,
41
  "max_length": 150,
42
  "min_length": 25,
43
  "no_repeat_ngram_size": 3,
 
37
  "task_specific_params": {
38
  "summarization": {
39
  "early_stopping": true,
40
+ "repetition_penalty": 2.0,
41
  "max_length": 150,
42
  "min_length": 25,
43
  "no_repeat_ngram_size": 3,