| import torch | |
| # Model Configuration | |
| MODEL_NAME = "Kwaipilot/HiPO-8B" | |
| # Generation Configuration | |
| MAX_NEW_TOKENS = 1024 | |
| TEMPERATURE = 0.6 | |
| DO_SAMPLE = True | |
| import torch | |
| # Model Configuration | |
| MODEL_NAME = "Kwaipilot/HiPO-8B" | |
| # Generation Configuration | |
| MAX_NEW_TOKENS = 1024 | |
| TEMPERATURE = 0.6 | |
| DO_SAMPLE = True | |