Spaces:
Sleeping
Sleeping
File size: 245 Bytes
ae4e2a6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Model Configuration
MODEL_NAME=vinai/phobert-base
MODEL_PATH=./models/PhoBERTFineTuned_best.pth
MAX_LENGTH=128
DEVICE=cuda
# API Configuration
API_HOST=0.0.0.0
API_PORT=8000
API_RELOAD=True
# CORS
ALLOWED_ORIGINS=*
# Logging
LOG_LEVEL=INFO
|