Spaces:
Sleeping
Sleeping
Commit
·
fbcdfee
1
Parent(s):
3b9b868
change result repo
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
|
@@ -11,7 +11,7 @@ OWNER = "yentinglin" # Change to your org - don't forget to create a results and
|
|
| 11 |
|
| 12 |
REPO_ID = f"{OWNER}/open-tw-llm-leaderboard"
|
| 13 |
QUEUE_REPO = f"{OWNER}/requests"
|
| 14 |
-
RESULTS_REPO = f"{OWNER}/
|
| 15 |
|
| 16 |
# If you setup a cache later, just change HF_HOME
|
| 17 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
|
|
|
| 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 |
|
| 16 |
# If you setup a cache later, just change HF_HOME
|
| 17 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|