Carlos Rosas commited on
Commit
9182e02
·
verified ·
1 Parent(s): aa38253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.4
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