Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ Response:
|
|
45 |
input_ids=inputs["input_ids"],
|
46 |
decoder_start_token_id=model.config.decoder_start_token_id,
|
47 |
max_new_tokens=100,
|
48 |
-
temperature=0.
|
49 |
num_beams=5,
|
50 |
repetition_penalty=1.2,
|
51 |
early_stopping=True,
|
|
|
45 |
input_ids=inputs["input_ids"],
|
46 |
decoder_start_token_id=model.config.decoder_start_token_id,
|
47 |
max_new_tokens=100,
|
48 |
+
temperature=0.1,
|
49 |
num_beams=5,
|
50 |
repetition_penalty=1.2,
|
51 |
early_stopping=True,
|