WorldDisasterLM-8B / .env.example
drdeveloper88's picture
Upload WorldDisasterLM-8B source code: FastAPI backend, training pipeline, 11-language support
495526b
Raw
History Blame Contribute Delete
392 Bytes
# Core
PROJECT_NAME=WorldDisasterLM
ENVIRONMENT=development
LOG_LEVEL=INFO
# Hugging Face
HF_REPO_ID=worlddisasterlm/worlddisasterlm
HF_TOKEN=
# Tracking
MLFLOW_TRACKING_URI=http://localhost:5000
WANDB_PROJECT=worlddisasterlm
WANDB_ENTITY=
# API
API_HOST=0.0.0.0
API_PORT=8000
ALLOWED_ORIGINS=http://localhost:5173
# Model Defaults
BASE_MODEL=meta-llama/Llama-3.1-8B-Instruct
MODEL_PATH=