m3hrdadfi commited on
Commit
cef9370
1 Parent(s): 1c131ee

Update generation params

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -29,7 +29,11 @@
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
- "max_length": 50
 
 
 
 
33
  }
34
  },
35
  "transformers_version": "4.9.0.dev0",
 
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
+ "min_length": 64,
33
+ "max_length": 512,
34
+ "top_k": 60,
35
+ "top_p": 0.96,
36
+ "temperature": 1.2
37
  }
38
  },
39
  "transformers_version": "4.9.0.dev0",