Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def predict(message, history):
|
|
29 |
generation_config = GenerationConfig(
|
30 |
penalty_alpha=0.6,
|
31 |
early_stopping=True,
|
32 |
-
num_beams=
|
33 |
do_sample=True,
|
34 |
top_k=5,
|
35 |
temperature=0.5,
|
|
|
29 |
generation_config = GenerationConfig(
|
30 |
penalty_alpha=0.6,
|
31 |
early_stopping=True,
|
32 |
+
num_beams=2,
|
33 |
do_sample=True,
|
34 |
top_k=5,
|
35 |
temperature=0.5,
|