alaselababatunde commited on
Commit
cdbbffa
·
1 Parent(s): ff60ee2
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -47,8 +47,7 @@ try:
47
  device=DEVICE,
48
  max_new_tokens=1024,
49
  temperature=0.4,
50
- do_sample=True,
51
- top_p=0.9,
52
  repetition_penalty=1.2
53
  )
54
 
 
47
  device=DEVICE,
48
  max_new_tokens=1024,
49
  temperature=0.4,
50
+ do_sample=True,
 
51
  repetition_penalty=1.2
52
  )
53