CoderEFE commited on
Commit
4e12cbe
1 Parent(s): 15a07fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ for step in range(4):
24
  do_sample=True,
25
  top_k=100,
26
  top_p=0.7,
27
- temperature=5
28
  )
29
 
30
  # pretty print last ouput tokens from bot
24
  do_sample=True,
25
  top_k=100,
26
  top_p=0.7,
27
+ temperature=0.8
28
  )
29
 
30
  # pretty print last ouput tokens from bot