system HF staff commited on
Commit
24d0b1c
1 Parent(s): e1a20d7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -28,10 +28,11 @@
28
  "summary_type": "last",
29
  "summary_use_proj": true,
30
  "task_specific_params": {
31
- "text_generation": {
32
- "max_length": 210
 
33
  }
34
  },
35
  "untie_r": true,
36
  "vocab_size": 32000
37
- }
28
  "summary_type": "last",
29
  "summary_use_proj": true,
30
  "task_specific_params": {
31
+ "text-generation": {
32
+ "do_sample": true,
33
+ "max_length": 250
34
  }
35
  },
36
  "untie_r": true,
37
  "vocab_size": 32000
38
+ }