Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import pandas as pd
|
|
14 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
15 |
|
16 |
# Define variables
|
17 |
-
temperature = 0.
|
18 |
max_new_tokens = 3000
|
19 |
top_p = 0.95
|
20 |
repetition_penalty = 1.0
|
|
|
14 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
15 |
|
16 |
# Define variables
|
17 |
+
temperature = 0.0
|
18 |
max_new_tokens = 3000
|
19 |
top_p = 0.95
|
20 |
repetition_penalty = 1.0
|