Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xu-song
/
self-chat
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a752f35
self-chat
/
config.py
xu song
update
726a01e
6 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
MAX_SEQUENCE_LENGTH =
32768
# max_seq_len
DEFAULT_MAX_NEW_TOKENS =
128
DEFAULT_TOP_K =
100
DEFAULT_TOP_P =
0.95
DEFAULT_TEMPERATURE =
5