Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ temperature=0.4
|
|
| 14 |
max_new_tokens=240
|
| 15 |
top_p=0.92
|
| 16 |
repetition_penalty=1.7
|
|
|
|
| 17 |
|
| 18 |
# Use model IDs as variables
|
| 19 |
base_model_id = "tiiuae/falcon-7b-instruct"
|
|
|
|
| 14 |
max_new_tokens=240
|
| 15 |
top_p=0.92
|
| 16 |
repetition_penalty=1.7
|
| 17 |
+
max_length=2048
|
| 18 |
|
| 19 |
# Use model IDs as variables
|
| 20 |
base_model_id = "tiiuae/falcon-7b-instruct"
|