wangzhang commited on
Commit
9b0d53f
·
1 Parent(s): 10fcba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def generate(
41
  max_new_tokens: int = 1024,
42
  temperature: float = 0.1,
43
  top_p: float = 0.1,
44
- top_k: int = 10,
45
  repetition_penalty: float = 1.2,
46
  ) -> Iterator[str]:
47
  conversation = []
 
41
  max_new_tokens: int = 1024,
42
  temperature: float = 0.1,
43
  top_p: float = 0.1,
44
+ top_k: int = 1000,
45
  repetition_penalty: float = 1.2,
46
  ) -> Iterator[str]:
47
  conversation = []