ceshine commited on
Commit
afb1f8d
1 Parent(s): 3ff466f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -20,8 +20,11 @@
20
  "relative_attention_num_buckets": 32,
21
  "task_specific_params": {
22
  "text-generation": {
23
- "do_sample": true,
24
- "max_length": 50
 
 
 
25
  },
26
  "summarization": {
27
  "early_stopping": true,
 
20
  "relative_attention_num_buckets": 32,
21
  "task_specific_params": {
22
  "text-generation": {
23
+ "early_stopping": true,
24
+ "do_sample": false,
25
+ "max_length": 50,
26
+ "num_beams": 4,
27
+ "prefix": "paraphrase: "
28
  },
29
  "summarization": {
30
  "early_stopping": true,