Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PLatonG
/
ExpertRecommendationsVer2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PLatonG
commited on
Feb 29, 2024
Commit
5d65daa
·
verified
·
1 Parent(s):
e831aac
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,7 +62,7 @@ def evaluate(
62
):
63
temperature=0.1
64
top_p=0.25
65
-
top_k=
30
66
num_beams=4
67
max_new_tokens=380
68
62
):
63
temperature=0.1
64
top_p=0.25
65
+
top_k=
50
66
num_beams=4
67
max_new_tokens=380
68