prhegde commited on
Commit
127e964
1 Parent(s): af988d9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -25,6 +25,12 @@
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
 
 
 
 
 
 
28
  "task_specific_params": {
29
  "summarization": {
30
  "early_stopping": true,
 
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
+ "generation": {
29
+ "max_length": 35,
30
+ "num_beams": 1,
31
+ "do_sample": True,
32
+ "repetition_penalty": 1.8
33
+ },
34
  "task_specific_params": {
35
  "summarization": {
36
  "early_stopping": true,