Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
Coool2
/
Final_Assignment_Template
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Coool2
commited on
6 days ago
Commit
37a5d10
·
verified
·
1 Parent(s):
937bdc4
Update agent.py
Browse files
Files changed (1)
hide
show
agent.py
+1
-1
agent.py
CHANGED
Viewed
@@ -73,7 +73,7 @@ proj_llm = HuggingFaceLLM(
73
generate_kwargs={
74
"temperature": 0.6,
75
"top_p": 0.95,
76
-
"top_k"
=
20
77
}
78
)
79
73
generate_kwargs={
74
"temperature": 0.6,
75
"top_p": 0.95,
76
+
"top_k"
:
20
77
}
78
)
79