FredZhang7 commited on
Commit
26f1219
1 Parent(s): acbd921

Update widget pipeline

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -40,6 +40,7 @@
40
  "max_length": 76,
41
  "temperature": 0.7,
42
  "top_k": 4,
 
43
  "early_stopping": true
44
  }
45
  },
 
40
  "max_length": 76,
41
  "temperature": 0.7,
42
  "top_k": 4,
43
+ "repetition_penalty": 1.1,
44
  "early_stopping": true
45
  }
46
  },