system HF staff commited on
Commit
2cab441
1 Parent(s): df239e1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -32,8 +32,9 @@
32
  "same_length": true,
33
  "sample_softmax": -1,
34
  "task_specific_params": {
35
- "text_generation": {
36
- "max_length": 210
 
37
  }
38
  },
39
  "tgt_len": 128,
@@ -46,4 +47,4 @@
46
  "tie_weight": true,
47
  "untie_r": true,
48
  "vocab_size": 267735
49
- }
32
  "same_length": true,
33
  "sample_softmax": -1,
34
  "task_specific_params": {
35
+ "text-generation": {
36
+ "do_sample": true,
37
+ "max_length": 250
38
  }
39
  },
40
  "tgt_len": 128,
47
  "tie_weight": true,
48
  "untie_r": true,
49
  "vocab_size": 267735
50
+ }