Pclanglais commited on
Commit
9d92bca
·
verified ·
1 Parent(s): f8d7d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from sklearn.metrics.pairwise import cosine_similarity
16
 
17
  pd.set_option('display.max_columns', None)
18
 
19
- #sampling_params = SamplingParams(temperature=.7, top_p=.95, max_tokens=2000, presence_penalty = 1.5, stop = ["``"])
20
 
21
  # Define the device
22
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
16
 
17
  pd.set_option('display.max_columns', None)
18
 
19
+ sampling_params = SamplingParams(temperature=.7, top_p=.95, max_tokens=2000, presence_penalty = 1.5, stop = ["``"])
20
 
21
  # Define the device
22
  device = "cuda" if torch.cuda.is_available() else "cpu"