SSK-DNB commited on
Commit
29137c4
·
verified ·
1 Parent(s): ce93872

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ outputs = pipe(
50
  prompt,
51
  max_new_tokens=512,
52
  do_sample=True,
53
- temperature=0.7,
54
  repetition_penalty=1.0,
55
  top_k=50,
56
  top_p=1.0,
 
50
  prompt,
51
  max_new_tokens=512,
52
  do_sample=True,
53
+ temperature=0.1,
54
  repetition_penalty=1.0,
55
  top_k=50,
56
  top_p=1.0,