zhouzaida commited on
Commit
0157cd8
·
verified ·
1 Parent(s): b6e11f3

set do_sample as true (#21)

Browse files

- set do_sample as true (7b0537e23d4a64c9aefe373d8216938c7c45dbb4)

Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -1,3 +1,4 @@
1
  {
2
- "temperature": 0.2
 
3
  }
 
1
  {
2
+ "do_sample": true,
3
+ "temperature": 0.6
4
  }