Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
KAT-Dev
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
KAT-Dev
/
config.py
akhaliq
HF Staff
Update config.py
888a1e3
verified
3 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