FIX compat with HF transformers save

#1
by Qubitium - opened
Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "max_new_tokens": 1000,
3
- "do_sample": false,
4
  "use_cache": true,
5
  "temperature": 0.3,
6
  "top_k": 5,
 
1
  {
2
  "max_new_tokens": 1000,
3
+ "do_sample": true,
4
  "use_cache": true,
5
  "temperature": 0.3,
6
  "top_k": 5,