tokeron commited on
Commit
b62fc55
1 Parent(s): 2205b6b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -31,8 +31,9 @@
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
- "max_length": 128,
35
- "top_p": 0.92
 
36
  }
37
  },
38
  "torch_dtype": "float32",
 
31
  "task_specific_params": {
32
  "text-generation": {
33
  "do_sample": true,
34
+ "max_length": 256,
35
+ "top_p": 0.92,
36
+ "min_length":128
37
  }
38
  },
39
  "torch_dtype": "float32",