Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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"
|