Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asartorio
/
chatUI
like
0
Runtime error
App
Files
Files
Community
main
chatUI
/
defaults
/
MODEL_PARAMS
asartorio
Duplicate from huggingchat/chat-ui-template
74a9ec0
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
{
"temperature":
0.9
,
"top_p":
0.95
,
"repetition_penalty":
1.2
,
"top_k":
50
,
"truncate":
1000
,
"max_new_tokens":
1024
}