pminervini commited on
Commit
cd6ab8f
1 Parent(s): 9b9f913
Files changed (1) hide show
  1. src/envs.py +3 -1
src/envs.py CHANGED
@@ -5,7 +5,9 @@ from huggingface_hub import HfApi
5
  # clone / pull the lmeh eval data
6
  H4_TOKEN = os.environ.get("H4_TOKEN", None)
7
 
8
- REPO_ID = "pminervini/hallucinations-leaderboard"
 
 
9
  QUEUE_REPO = "hallucinations-leaderboard/requests"
10
  RESULTS_REPO = "hallucinations-leaderboard/results"
11
 
 
5
  # clone / pull the lmeh eval data
6
  H4_TOKEN = os.environ.get("H4_TOKEN", None)
7
 
8
+ # REPO_ID = "pminervini/hallucinations-leaderboard"
9
+ REPO_ID = "hallucinations-leaderboard/leaderboard"
10
+
11
  QUEUE_REPO = "hallucinations-leaderboard/requests"
12
  RESULTS_REPO = "hallucinations-leaderboard/results"
13