m3hrdadfi commited on
Commit
d1ab35d
1 Parent(s): 816681a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -5
config.json CHANGED
@@ -30,11 +30,9 @@
30
  "summary_use_proj": true,
31
  "task_specific_params": {
32
  "text-generation": {
33
- "do_sample": true,
34
- "max_length": 256,
35
- "min_length": 32,
36
- "top_k": 50,
37
- "top_p": 0.95
38
  }
39
  },
40
  "torch_dtype": "float32",
 
30
  "summary_use_proj": true,
31
  "task_specific_params": {
32
  "text-generation": {
33
+ "early_stopping": true,
34
+ "max_length": 512,
35
+ "num_beams": 4
 
 
36
  }
37
  },
38
  "torch_dtype": "float32",