potsawee commited on
Commit
ed29d83
1 Parent(s): 5102800

change repo_id name

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -10,7 +10,7 @@ TOKEN = os.environ.get("TOKEN") # A read/write token for your org
10
  OWNER = "scb10x" # Change to your org - don't forget to create a results and request dataset, with the correct format!
11
  # ----------------------------------
12
 
13
- REPO_ID = f"{OWNER}/leaderboard"
14
  QUEUE_REPO = f"{OWNER}/av_hallucination_requests"
15
  RESULTS_REPO = f"{OWNER}/av_hallucination_results"
16
 
 
10
  OWNER = "scb10x" # Change to your org - don't forget to create a results and request dataset, with the correct format!
11
  # ----------------------------------
12
 
13
+ REPO_ID = f"{OWNER}/mllm-hallucinations-leaderboard"
14
  QUEUE_REPO = f"{OWNER}/av_hallucination_requests"
15
  RESULTS_REPO = f"{OWNER}/av_hallucination_results"
16