Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xu-song
/
self-chat
like
2
Sleeping
App
Files
Files
Community
df2bf3e
self-chat
/
config.py
xu song
update
3ac04fa
4 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
MAX_SEQUENCE_LENGTH =
2048
# max_seq_len
DEFAULT_MAX_TOKENS =
128
# DEFAULT_MAX_NEW_TOKENS = None
DEFAULT_TOP_K =
100
DEFAULT_TOP_P =
0.95
DEFAULT_TEMPERATURE =
5