yentinglin
commited on
Commit
•
b8a45b2
1
Parent(s):
0ea5207
add
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -9,7 +9,7 @@ TOKEN = os.environ.get("TOKEN") # A read/write token for your org
|
|
9 |
OWNER = "yentinglin" # 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}/leaderboard"
|
13 |
QUEUE_REPO = f"{OWNER}/requests"
|
14 |
RESULTS_REPO = f"{OWNER}/lm-eval-results-private"
|
15 |
|
|
|
9 |
OWNER = "yentinglin" # 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}/open-tw-llm-leaderboard"
|
13 |
QUEUE_REPO = f"{OWNER}/requests"
|
14 |
RESULTS_REPO = f"{OWNER}/lm-eval-results-private"
|
15 |
|