Pierce Maloney
commited on
Commit
·
6e778d9
1
Parent(s):
fa053a6
lowering temp
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -47,7 +47,7 @@ class EndpointHandler():
|
|
47 |
input_ids,
|
48 |
max_length=max_length,
|
49 |
bad_words_ids=bad_words_ids,
|
50 |
-
temperature=0.
|
51 |
top_k=40,
|
52 |
do_sample=True,
|
53 |
stopping_criteria=self.stopping_criteria,
|
|
|
47 |
input_ids,
|
48 |
max_length=max_length,
|
49 |
bad_words_ids=bad_words_ids,
|
50 |
+
temperature=0.2,
|
51 |
top_k=40,
|
52 |
do_sample=True,
|
53 |
stopping_criteria=self.stopping_criteria,
|