jbnayahu commited on
Commit
4ed7462
1 Parent(s): af73e39

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +3 -3
src/envs.py CHANGED
@@ -9,9 +9,9 @@ TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
9
  OWNER = "aialliance" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
- REPO_ID = f"{OWNER}/safety-arena" # leaderboard"
13
- QUEUE_REPO = f"{OWNER}/safety-arena-requests"
14
- RESULTS_REPO = f"{OWNER}/safety_arena-results"
15
 
16
  # If you setup a cache later, just change HF_HOME
17
  CACHE_PATH=os.getenv("HF_HOME", ".")
 
9
  OWNER = "aialliance" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
+ REPO_ID = f"{OWNER}/safetyarena" # leaderboard"
13
+ QUEUE_REPO = f"{OWNER}/safetyarena-requests"
14
+ RESULTS_REPO = f"{OWNER}/safetyarena-results"
15
 
16
  # If you setup a cache later, just change HF_HOME
17
  CACHE_PATH=os.getenv("HF_HOME", ".")