reab5555 commited on
Commit
d5914fd
·
verified ·
1 Parent(s): c222e45

Update processing.py

Browse files
Files changed (1) hide show
  1. processing.py +1 -1
processing.py CHANGED
@@ -45,7 +45,7 @@ class LazyPipeline:
45
  max_new_tokens=650,
46
  temperature=0.2,
47
  top_p = 0.95,
48
- top_k = 5,
49
  repetition_penalty = 1.2,
50
  do_sample=True,
51
  )
 
45
  max_new_tokens=650,
46
  temperature=0.2,
47
  top_p = 0.95,
48
+ top_k = 3,
49
  repetition_penalty = 1.2,
50
  do_sample=True,
51
  )