Spaces:
Runtime error
Runtime error
NickyNicky
commited on
Commit
·
628ab0d
1
Parent(s):
369620c
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def gen_conversation(text,max_new_tokens=100):
|
|
40 |
early_stopping = True,
|
41 |
no_repeat_ngram_size=2,
|
42 |
repetition_penalty=1.2,
|
43 |
-
temperature=.
|
44 |
num_beams=3
|
45 |
)
|
46 |
gc.collect()
|
|
|
40 |
early_stopping = True,
|
41 |
no_repeat_ngram_size=2,
|
42 |
repetition_penalty=1.2,
|
43 |
+
temperature=.69,
|
44 |
num_beams=3
|
45 |
)
|
46 |
gc.collect()
|