raynardj commited on
Commit
6b2d6df
1 Parent(s): 4cec2c0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -31,7 +31,9 @@
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
- "max_length": 120
 
 
35
  }
36
  },
37
  "tokenizer_class": "BertTokenizer",
 
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
+ "max_length": 120,
35
+ "num_beams":3,
36
+ "top_p":.6
37
  }
38
  },
39
  "tokenizer_class": "BertTokenizer",