zhaode commited on
Commit
8e1ac9c
·
verified ·
1 Parent(s): 7f7cc1d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -20,10 +20,10 @@
20
  "min_p",
21
  "temperature"
22
  ],
23
- "penalty": 1.2,
24
- "temperature": 0.7,
25
- "topP": 0.8,
26
  "topK": 20,
27
  "min_p": 0,
28
- "max_new_tokens": 16384
29
  }
 
20
  "min_p",
21
  "temperature"
22
  ],
23
+ "penalty": 1.0,
24
+ "temperature": 1.0,
25
+ "topP": 0.95,
26
  "topK": 20,
27
  "min_p": 0,
28
+ "max_new_tokens": 40960
29
  }