m3hrdadfi commited on
Commit
380b4ed
1 Parent(s): f4e00d3

Update generation params

Browse files
Files changed (1) hide show
  1. config.json +4 -5
config.json CHANGED
@@ -29,11 +29,10 @@
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",
 
29
  "task_specific_params": {
30
  "text-generation": {
31
  "do_sample": true,
32
+ "min_length": 32,
33
+ "max_length": 256,
34
+ "top_k": 50,
35
+ "top_p": 0.95
 
36
  }
37
  },
38
  "transformers_version": "4.9.0.dev0",