Spaces:
Sleeping
Sleeping
File size: 443 Bytes
0eb0abc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Copy to .env and fill in values for local development
# In HF Spaces, set these as Space secrets (Settings → Variables and secrets)
# Number of corrupt docs per episode (1-4). Leave blank for random per episode.
DIFFICULTY=
# Max concurrent environment sessions
MAX_CONCURRENT_ENVS=64
# WandB (only needed for training, not the server)
WANDB_API_KEY=
# HuggingFace (only needed for training, not the server)
HF_TOKEN=
HF_HUB_MODEL_ID=
|