raynardj commited on
Commit
80cb28e
1 Parent(s): 377a543

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -72,8 +72,11 @@
72
  "summary_use_proj": true,
73
  "task_specific_params": {
74
  "text-generation": {
75
- "do_sample": true,
76
- "max_length": 120
 
 
 
77
  }
78
  },
79
  "temperature": 1.0,
72
  "summary_use_proj": true,
73
  "task_specific_params": {
74
  "text-generation": {
75
+ "do_sample": false,
76
+ "max_length": 256,
77
+ "num_beams": 5,
78
+ "bos_token_id": 101,
79
+ "eos_token_id": 102
80
  }
81
  },
82
  "temperature": 1.0,