CreitinGameplays commited on
Commit
799d7c0
·
verified ·
1 Parent(s): bdace29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -41,10 +41,10 @@ messages = [
41
 
42
  outputs = pipe(
43
  messages,
44
- temperature=0.8,
45
  top_p=1.0,
46
- top_k=0,
47
- repetition_penalty=1.0,
48
  max_new_tokens=2048
49
  )
50
 
 
41
 
42
  outputs = pipe(
43
  messages,
44
+ temperature=0.6,
45
  top_p=1.0,
46
+ top_k=50,
47
+ repetition_penalty=1.1,
48
  max_new_tokens=2048
49
  )
50