Spaces:
Sleeping
Sleeping
File size: 158 Bytes
2028cec |
1 2 3 4 5 6 7 8 9 10 |
# model config
MODEL_ID=mistralai/Mistral-7B-Instruct-v0.2
MAX_NEW_TOKENS=2048
HOST=0.0.0.0
PORT=8000
CSS_PATH=app/css/.css
DATA_PATH=data/raw/VinfastSonNC
|