Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/KAT-Dev
tuandunghcmut
/
KAT-Dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
KAT-Dev
/
config.py
akhaliq
HF Staff
Update config.py
888a1e3
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
import
torch
# Model Configuration
MODEL_NAME =
"Kwaipilot/KAT-Dev"
# Generation Configuration
MAX_NEW_TOKENS =
1024
TEMPERATURE =
0.7
DO_SAMPLE =
True