lighteternal commited on
Commit
4d10038
1 Parent(s): f92a4bd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -25,11 +25,11 @@
25
  "task_specific_params": {
26
  "text-generation": {
27
  "do_sample": true,
28
- "max_length": 20,
29
- "top_k": 50,
30
- "repetition_penalty": 60.0,
31
  "add_special_tokens": false,
32
- "temperature": 0.95,
33
  "top_p": 0.95
34
  }
35
  },
25
  "task_specific_params": {
26
  "text-generation": {
27
  "do_sample": true,
28
+ "max_length": 25,
29
+ "top_k": 80,
30
+ "repetition_penalty": 1.2,
31
  "add_special_tokens": false,
32
+ "temperature": 1.00,
33
  "top_p": 0.95
34
  }
35
  },